GraphAnnotationGradientStyle
Scope
|
Pego, Pesgo, Pe3do, Pepso
|
Type
|
Enum/Int32
|
Default
|
empty
|
.NET
|
PeAnnotation.Graph.GradientStyle
|
Ocx|Vcl
|
GraphAnnotationGradientStyle
|
DLL
|
PEP_naGRAPHANNOTATIONGRADIENTSTYLE
|
Purpose
Gets or Sets the graph annotation background gradient style. Default is property array is empty and no gradient info is defined. Use this property along with GraphAnnotationColor and GraphAnnotationGradientColor.
.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
PeAnnotation.Graph.GradientStyle member of Pego.PeAnnotation.Graph, Pesgo.PeAnnotation.Graph, Pe3do.PeAnnotation.Graph, Pepso.PeAnnotation.Graph
When used with PEvget, the destination buffer must be large enough to hold all of the information. For property arrays, calling PEvget with lpDest equal to NULL will return the number of bytes needed to hold the data.
See Also: GraphAnnotationX, GraphAnnotationY, GraphAnnotationType, GraphAnnotationText, and GraphAnnotationAxis.
See GraphAnnotationType which includes example code.
Refer to Chapter 7, Question 10 for more information on annotations.
|