Gradient overview

Constructors

 ConstructorOverloaded

Public Methods

 AssignCopies the Gradient parameter properties into the Canvas.Gradient object.
 Clone
 DrawFills the Canvas area using the Gradient color and direction properties.
 DrawingBrushBrush to fill area bounded by Points p
 GetHashCode
 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
 CustomTargetPolygonAssign a rectangle to this property to define a custom rectangle to a Gradient.
 CustomTargetRectangleAssign a rectangle to this property to define a custom rectangle to a Gradient.
 DirectionSpecifies the direction the gradient fill will be applied.
 EndColorOne of the three Colors used to create the gradient fill.
 ExtendedColorPaletteAssign a color array to this property to use more than three colors (end, start and middle) in a Gradient.
 ExtendedColorPositionsAssign a float array to this property to specify custom postions for the ExtendedColorPalette property.
 GammaCorrectionEnables fine-tuning of displayed Colors.
 MiddleColorOne of the three Colors used to create the gradient fill.
 SigmaEnables use of SigmaFocus and SigmaScale.
 SigmaFocusRatio between Start and End Colors.
 SigmaScaleRatio between Colors, from 0 to 1.
 StartColorOne of the three Colors used to create the gradient fill.
 StyleSpecifies the direction the gradient fill will be applied.
 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.
 VisibleDetermines whether the gradient fill appears on screen.
 WrapModeUsed to repeat fillings.

Protected Fields

 Steema.TeeChart.Drawing.TeeBase.InternalTag
 InternalUse (inherited from TeeBase)
 ShowInEditor (inherited from TeeBase)

Protected Methods

 SetBooleanProperty (inherited from TeeBase)
 SetChart (inherited from TeeBase)
 SetColorProperty (inherited from TeeBase)
 SetDoubleProperty (inherited from TeeBase)
 SetFloatProperty (inherited from TeeBase)
 SetIntegerProperty (inherited from TeeBase)
 SetStringProperty (inherited from TeeBase)
 ShouldSerializeCustomTargetPolygon
 ShouldSerializeCustomTargetRectangle
 ShouldSerializeDirection
 ShouldSerializeEndColor
 ShouldSerializeExtendedColorPalette
 ShouldSerializeExtendedColorPositions
 ShouldSerializeMiddleColor
 ShouldSerializeStartColor
 ShouldSerializeUseMiddle
 ShouldSerializeVisible

See Also

Gradient Class | Steema.TeeChart.Drawing Namespace