TAGradientStyle
Scope
|
Pego, Pesgo, Pe3do, Pepso, Pepco
|
Type
|
Enum/Int32
|
Default
|
No Gradient
|
.NET
|
PeAnnotation.Table.GradientStyle
|
Ocx|Vcl
|
TAGradientStyle
|
DLL
|
PEP_nTAGRADIENTSTYLE
|
Purpose
Gets or Sets the table annotation background gradient style. Default is NoGradient. Use this property along with BackColor, GradientColor, and WorkingTable.
.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.Table.GradientStyle members of Pe3do.PeAnnotation.Table, Pepso.PeAnnotation.Table, Pego.PeAnnotation.Table, Pesgo.PeAnnotation.Table
PeAnnotation.Table.BackColor controls the end color and PeAnnotation.Table.GradientColor controls start color.
See Also: ShowAllTableAnnotations, ShowTableAnnotation, GraphBackColor, DeskColor,and TAColor
See Chapter 7, Common Question 37 for more information on table annotations.
|