SubsetGradientStyle
Scope |
Pego, Pesgo |
|
Type |
Property Array of type Int32 |
|
Default |
empty array, no gradients |
|
.NET |
PePlot.Option.SubsetGradientStyle |
|
Ocx|Vcl |
SubsetGradientStyle |
DLL |
PEP_naSUBSETGRADIENTSTYLE |
Purpose
This property array controls which gradient styles are applied to filled area/bar/spline type subsets. RenderEngine must be GdiPlus. By default this property arrays is empty and no gradients are defined.
.NET Gigasoft.Enums. |
ActiveX and |
|
PlotGradientStyle. |
DLL Constants |
Description |
NoGradient |
PEPGS_NO_GRADIENT (0) |
No Gradient |
Vertical |
PEPGS_VERTICAL (1) |
Gradient Top to Bottom |
VerticalAscent |
PEPGS_VERTICAL_ASCENT (2) |
Gradient Top to Mostly Bottom |
HorizontalRight |
PEPGS_HORIZONTAL_RIGHT (3) |
Gradient Left to Right |
HorizontalLeft |
PEPGS_HORIZONTAL_LEFT (4) |
Gradient Right to Left |
LinearBarVertical |
PEPGS_LINEAR_BAR_VERTICAL (5) |
Linear Bar Vertical |
LinearBarHorizontal |
PEPGS_LINEAR_BAR_HORIZONTAL (6) |
Linear Bar Horizontal |
LinearBarDown |
PEPGS_LINEAR_BAR_DOWN (7) |
Linear Bar Downward |
LinearBarUp |
PEPGS_LINEAR_BAR_UP (8) |
Linear Bar Upward |
LinearDiagonalDown |
PEPGS_LINEAR_DIAGONAL_DOWN (9) |
Linear Diagonal Downward |
LinearDiagonalUp |
PEPGS_LINEAR_DIAGONAL_UP (10) |
Linear Diagonal Upward |
RectangleCross |
PEPGS_RECTANGLE_CROSS (11) |
Rectangular Cross Pattern |
RadialCentered |
PEPGS_RADIAL_CENTERED (12) |
Radial, Bright Spot Centered |
RadialBottomRight |
PEPGS_RADIAL_BOTTOM_RIGHT (13) |
Radial, Bright Spot Bottom Right |
RadialTopRight |
PEPGS_RADIAL_TOP_RIGHT (14) |
Radial, Bright Spot Top Right |
RadialBottomLeft |
PEPGS_RADIAL_BOTTOM_LEFT (15) |
Radial, Bright Spot Bottom Left |
RadialTopLeft |
PEPGS_RADIAL_TOP_LEFT (16) |
Radial, Bright Spot Top Left |
Comments
PePlot.Option.SubsetGradientStyle members of Pego.PePlot.Option, Pesgo.PePlot.Option
See Also: SubsetColors,
PlottingMethod
|