Gradient overview

Constructors

 ConstructorOverloaded

Public Methods

 Assign
 Clone
 DrawFills the Canvas area using the Gradient color and direction properties.
 DrawingBrushBrush to fill rectangular area rect
 Invalidate (inherited from TeeBase)Use Invalidate when the entire canvas needs to be repainted.

Public Properties

 AngleEnables fine-tuning of displayed Colors.
 Chart (inherited from TeeBase)Chart associated with this object
 DirectionSpecifies the direction the gradient fill will be applied.
 EndColorOne of the three Colors used to create the gradient fill.
 EndPointGets or sets the ending two-dimensional coordinates of a linear gradient. Use when UseStandardGradient is false.
 MiddleColorOne of the three Colors used to create the gradient fill.
 RadialCenterGets or sets the center of the outermost circle of a radial gradient.
 RadialOriginGets or sets the location of the two-dimensional focal point that defines the beginning of a radial gradient.
 RadiusXGets or sets the horizontal radius of the outermost circle of a radial gradient.
 RadiusYGets or sets the vertical radius of the outermost circle of a radial gradient.
 StartColorOne of the three Colors used to create the gradient fill.
 StartPointGets or sets the starting two-dimensional coordinates of a linear gradient. Use when UseStandardGradient is false.
 Tag (inherited from TeeBase)Gets or sets an object that provides additional data about the TChart object.
 TransparencyAmount of transparency in percentage.
 UseMiddleDetermines whether MiddleColor is used when creating the gradient fill, or not.
 UseStandardGradientGets or sets whether TeeChart standard gradient settings (StartPoint, EndPoint, GradientStops) are used or whether user-entered values are used.
 VisibleDetermines whether the gradient fill appears on screen.
 WrapModeUsed to repeat fillings.

See Also

Gradient Class | Steema.TeeChart.Drawing Namespace