CustomGauge overview

Constructors

 ConstructorOverloaded

Public Events

 ValueChangedCalled when the Gauge Value property is changed.

Public Fields

 BlackPalette
 BluesPalette

Public Methods

 AddColorLineAdds a new ColorLine to the CircularGauge with specified Start and End values.
 Clicked
 Draw
 GetGaugePaletteColorReturns the Color with index Index within the color array GaugeColorPalette.

Public Properties

 AxisGets the LinearGauges's Axis characteristics.
 ColorLineEndValuesGets or sets a collection of EndValues which initially contains the RedLineEndValue and the GreenLineEndValue.
 ColorLinesGets or sets a collection of ColorLines which initially contains the RedLine and the GreenLine.
 ColorLineStartValuesGets or sets a collection of StartValues which initially contains the RedLineStartValue and the GreenLineStartValue.
 CustomBoundsGets or sets a custom bounding rectangle for the gauge.
 FaceBrushChartBrush characteristics of the CustomGauge's face.
 FrameThe Frame is the object which surrounds the LinearGauge and which consists of three configurable Bands: Inner, Middle and Outer.
 GaugeColorPaletteGets and sets the CircularGauge's color palette.
 GreenLineThe 'greenline' object is the curved shape with a gradient which is used to signal a low or minimum value.
 GreenLineEndValueGets and sets the value at which the 'redline' marker ends.
 GreenLineStartValueGets and sets the value at which the 'redline' marker starts.
 HandGets and sets the Hand (or needle) object characteristics.
 HorizontalGets and sets whether the LinearGauge should be displayed horizontally or vertically.
 MaximumGets or sets the maximum value for the gauge.
 MinimumGets or sets the minimum value for the gauge.
 MinorTickDistanceThe minor tick offset.
 MinorTicksGets and sets the characteristics of the Axis' minor tick marks.
 RedLineThe 'redline' object is the curved shape with a gradient which is used to signal a high or maximum value.
 RedLineEndValueGets and sets the value at which the 'redline' marker ends.
 RedLineStartValueGets and sets the value at which the 'redline' marker starts.
 TicksGets and sets the characteristics of the Axis' major tick marks.
 ValueGets or sets the position of gauge arrow line.

See Also

CustomGauge Class | Steema.TeeChart.Styles Namespace