PlotArea.GradientType
- Last UpdatedDec 08, 2015
- 1 minute read
The PlotArea.GradientType property is a read-write integer property that gets or sets the gradient type of the plot area of the graph.
0 = None (no gradient)
1 = LeftRight
2 = TopBottom
3 = Center
4 = DiagonalLeft
5 = DiagonalRight
6 = HorizontalCenter
7 = VerticalCenter
Syntax
PlotArea.GradientEndType = int;
Result = PlotArea.GradientEndType;
Remarks
The default is 0.