PointGradientStyle
Scope
|
Pego, Pesgo, Pepso, Pe3do
|
Type
|
Enum/Int32
|
Default
|
0
|
.NET
|
PePlot.Option.PointGradientStyle
|
Ocx|Vcl
|
PointGradientStyle
|
DLL
|
PEP_nPOINTGRADIENTSTYLE
|
Purpose
This property controls gradient style for all subsets plotted in point PlottingMethod. This property provides an alternate method of applying gradients as compared to SubsetGradientStyle.
.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
|
VerticalAscentInverse
|
PEPGS_VERTICAL_ASCENT2 (17)
|
Inverted Vertical Ascent
|
Comments
PePlot.Option.AreaGradientStyle members of Pego.PePlot.Option, Pesgo.PePlot.Option, Pepso.PePlot.Option, Pe3do.PePlot.Option
For Pe3do, this applies to non Direct3D rendering.
See Also: SubsetGradientStyle, AreaBevelStyle, PlottingMethod
|