VerticalLinearGauge overview

Constructors

 ConstructorOverloaded

Public Events

 AfterDrawValues (inherited from Series)Called just after drawing all series points, and before drawing other series that are in front.
 BeforeDrawPoint (inherited from Series)Triggered Before a Series Point is plotted. Use to modify paint characteristics of indexed point.
 BeforeDrawValues (inherited from Series)Called just before drawing all series points, and after drawing other series that are behind.
 GetSeriesMark (inherited from Series)Triggered on placing Mark for each Series Point. Use this method to modify the Mark Text content.
 MouseEnter (inherited from Series)Occurs when the mouse pointer enters the control.
 MouseLeave (inherited from Series)Occurs when the mouse pointer leaves the control.
 ValueChanged (inherited from CustomGauge)Called when the Gauge Value property is changed.

Public Fields

 bBrush (inherited from Series)
 GetHorizAxis (inherited from Series)Returns the horizontal axis associated with the series.
 GetVertAxis (inherited from Series)Returns the vertical axis associated with the series.
 HasZValues (inherited from Series)Returns true if the series has ZValues.
 mandatory (inherited from Series)
 manualData (inherited from Series)
 notMandatory (inherited from Series)
 UseAxis (inherited from Series)Returns True when the Series needs axes to display points. For example, Pie Series returns False (it does not need axes).

Public Methods

 Add (inherited from Series)Adds a new null (transparent) point.
 AddNull (inherited from Series)System.Obsolete: Please use Add() method without parameters.
 AddNullXY (inherited from Series)System.Obsolete: Please use Add(x,y,Color.Transparent) method.
 Assign (inherited from Series)Copies all properties from one Series component to another.
 AssignFormat (inherited from Series)
 AssignValues (inherited from Series)Adds all Values from Source series.
 BeginUpdate (inherited from Series)Recalculates the function just one time, when finished adding points.
 CalcPosValue (inherited from Series)Returns "Value" parameter coordinate position in pixels.
 CalcXPos (inherited from Series)Returns the pixel Screen Horizontal coordinate of the ValueIndex Series value.
 CalcXPosValue (inherited from Series)Returns the pixel Screen Horizontal coordinate of the specified Value.
 CalcXSizeValue (inherited from Series)Returns the size in pixels corresponding to value parameter in horizontal axis scales.
 CalcYPos (inherited from Series)Returns the pixel Screen Vertical coordinate of the ValueIndex Series value.
 CalcYPosValue (inherited from Series)Returns the pixel Screen Vertical coordinate of the specified Value.
 CalcYSizeValue (inherited from Series)Returns the size in pixels corresponding to value parameter in vertical axis scales.
 CheckDataSource (inherited from Series)Refreshes all Series point values, either from database Tables, Queries or Series points.
 CheckOrder (inherited from Series)Reorders points according to Order property of X,Y,etc value lists.
 Clear (inherited from Series)Removes all points, texts and Colors from the Series.
 Clicked (inherited from CustomGauge)
 Clone (inherited from Series)Returns a new Series, copy of this original.
 ColorRange (inherited from Series)This method will change the Color of a specified range of points.
 Delete (inherited from Series)Removes the index th point. X values remain unchanged.
 Draw (inherited from LinearGauge)
 DrawHiddenValue (inherited from Series)
 DrawMarksSeries (inherited from Series)
 DrawSeries (inherited from Series)Draws the series to the Chart Canvas.
 DrawValue (inherited from Series)Called internally. Draws the "ValueIndex" point of the Series.
 DrawValuesForward (inherited from Series)Returns whether Series draws its points in ascending/descending order.
 EndUpdate (inherited from Series)Used with .BeginUpdate to recalculate the function just once when finished adding points.
 FillSampleValues (inherited from Series)Adds random values to help visualize the Series. Each series class determines how many random points to add.
 FirstDisplayedIndex (inherited from Series)Returns the index of the series point that is displayed first when the series is drawn.
 GalleryChanged3D (inherited from Series)
 GetBitmapEditor (inherited from Series)Returns the associated bitmap icon for a given Series class. This icon is used at ChartListBox and Series Editor dialog.
 GetMarkValue (inherited from Series)Returns corresponding Point value suitable for displaying at Series Marks.
 Invalidate (inherited from TeeBase)Use Invalidate when the entire canvas needs to be repainted.
 IsNull (inherited from Series)Returns true if the index th point in the Series is "null" or "empty". A point is considered "null" when the color of that point is "Transparent".
 IsValidSourceOf (inherited from Series)Validates Series datasource.
 LastDisplayedIndex (inherited from Series)Returns the index of the series point that is displayed first when the series is drawn.
 LegendString (inherited from Series)Returns the formatted string corresponding to the LegendIndex point.
 MaxMarkWidth (inherited from Series)Returns the length in pixels of the longest Mark text.
 MaxXValue (inherited from Series)Returns the Maximum Value of the Series X Values List.
 MaxYValue (inherited from Series)Returns the Maximum Value of the Series Y Values List.
 MaxZValue (inherited from Series)Returns Maximum Z Value.
 MinXValue (inherited from Series)Returns the Minimum Value of the Series X Values List.
 MinYValue (inherited from Series)Returns the Minimum Value of the Series Y Values List.
 MinZValue (inherited from Series)Returns Minimum Z Value.
 PrepareForGallery (inherited from LinearGauge)
 RefreshSeries (inherited from Series)Recalculates all dependent Series points again.
 Repaint (inherited from Series)Forces the Chart to Repaint.
 ScreenPointToValuePoint (inherited from Series)Returns the corresponding Value PointDouble values of a Screen position between Axis limits.
 SetNull (inherited from Series)Sets the specified series point to a null (transparent) point.
 SetSubGallery (inherited from Series)Creates and prepares the index'th Series style to show at sub-gallery dialog.
 SortByLabels (inherited from Series)Sorts all points in the series using the Labels (texts) list. Note: non-mandatory values (X) are modified (they are not preserved).
 TitleOrName (inherited from Series)System.Obsolete: Please use ToString() method.
 ToString (inherited from Series)Overridden ToString() method.
 ValueColor (inherited from Series)Returns the colour of the index point.
 ValueMarkText (inherited from Series)Returns the string representation of a Index point used to draw the Mark.
 ValuePointToScreenPoint (inherited from Series)Returns the corresponding Screen Point values of a Value position between Axis limits.
 WriteToDataSource (inherited from Series)
 XScreenToValue (inherited from Series)Returns the corresponding X value of a Screen position between Axis limits.
 YScreenToValue (inherited from Series)Returns the corresponding Y value of a Screen position between Axis limits.

Public Properties

 Active (inherited from Series)Shows or hides this series.
 Axis (inherited from CustomGauge)Gets the LinearGauges's Axis characteristics.
 Chart (inherited from TeeBase)Chart associated with this object
 Color (inherited from Series)Default color for all points.
 ColorEach (inherited from Series)Draws points with different preset Colors.
 ColorEachPoint (inherited from Series)System.Obsolete: Please use ColorEach property.
 ColorLineEndValues (inherited from CustomGauge)Gets or sets a collection of EndValues which initially contains the RedLineEndValue and the GreenLineEndValue.
 ColorLines (inherited from CustomGauge)Gets or sets a collection of ColorLines which initially contains the RedLine and the GreenLine.
 ColorLineStartValues (inherited from CustomGauge)Gets or sets a collection of StartValues which initially contains the RedLineStartValue and the GreenLineStartValue.
 ColorMember (inherited from Series)Gets or sets the Datasource Color Field
 Colors (inherited from Series)Access to the stored Color Array, if created, for the Series.
 Count (inherited from Series)Returns the number of points in the Series.
 Cursor (inherited from Series)Cursor displayed when mouse is over a series point.
 CustomBounds (inherited from CustomGauge)Gets or sets a custom bounding rectangle for the gauge.
 CustomHorizAxis (inherited from Series)Specified the custom horizontal axis for the series.
 CustomVertAxis (inherited from Series)Specified the custom vertical axis for the series.
 DataSource (inherited from Series)Object to load data from.
 DateTimeFormat (inherited from Series)Determines the DateTimeFormat to display point values.
 DefaultNullValue (inherited from Series)Sets or returns the value to be used as a null value within the series.
 Depth (inherited from Series)Sets the Depth of the series points or interconnecting lines.
 Description
 EndZ (inherited from Series)For internal use.
 FaceBrush (inherited from CustomGauge)ChartBrush characteristics of the CustomGauge's face.
 FirstVisibleIndex (inherited from Series)Returns the index of the Series' first visible point.
 Frame (inherited from CustomGauge)The Frame is the object which surrounds the LinearGauge and which consists of three configurable Bands: Inner, Middle and Outer.
 Function (inherited from Series)Function object to calculate values.
 GaugeColorPalette (inherited from CustomGauge)Gets and sets the CircularGauge's color palette.
 GreenLine (inherited from CustomGauge)The 'greenline' object is the curved shape with a gradient which is used to signal a low or minimum value.
 GreenLineEndValue (inherited from CustomGauge)Gets and sets the value at which the 'redline' marker ends.
 GreenLineStartValue (inherited from CustomGauge)Gets and sets the value at which the 'redline' marker starts.
 Hand (inherited from CustomGauge)Gets and sets the Hand (or needle) object characteristics.
 HorizAxis (inherited from Series)Horizontal axis to associate to this Series.
 Horizontal (inherited from CustomGauge)Gets and sets whether the LinearGauge should be displayed horizontally or vertically.
 Item (inherited from Series)Point characteristics
 LabelMember (inherited from Series)Gets or sets the Datasource Label Field
 Labels (inherited from Series)Accesses a list of series point labels.
 LastVisibleIndex (inherited from Series)Returns the index of the Series' last visible point.
 Marks (inherited from Series)Defines all necessary properties to draw a mark near to each Series point.
 Maximum (inherited from CustomGauge)Gets or sets the maximum value for the gauge.
 MaxValueIndicator (inherited from LinearGauge)A visible marker for the maximum value reached by the LinearGauge.
 MiddleZ (inherited from Series)For internal use.
 Minimum (inherited from CustomGauge)Gets or sets the minimum value for the gauge.
 MinorTickDistance (inherited from CustomGauge)The minor tick offset.
 MinorTicks (inherited from CustomGauge)Gets and sets the characteristics of the Axis' minor tick marks.
 NumGallerySeries (inherited from Series)For internal use.
 PercentFormat (inherited from Series)Sets the Format to display point values as percentage.
 RedLine (inherited from CustomGauge)The 'redline' object is the curved shape with a gradient which is used to signal a high or maximum value.
 RedLineEndValue (inherited from CustomGauge)Gets and sets the value at which the 'redline' marker ends.
 RedLineStartValue (inherited from CustomGauge)Gets and sets the value at which the 'redline' marker starts.
 SeriesColor (inherited from Series)System.Obsolete: Use the Series Color property.
 SeriesData (inherited from Series)
 ShowInLegend (inherited from Series)Displays this Series Title in Legend.
 StartZ (inherited from Series)For internal use.
 Tag (inherited from TeeBase)Gets or sets an object that provides additional data about the TChart object.
 Ticks (inherited from CustomGauge)Gets and sets the characteristics of the Axis' major tick marks.
 Title (inherited from Series)Series description to show in Legend and editors.
 UseValueColorPalette (inherited from LinearGauge)Set true to use the ValueColorPalette and so define a custom gradient scheme for the LinearGauge hand.
 Value (inherited from CustomGauge)Gets or sets the position of gauge arrow line.
 ValueAreaBrush (inherited from LinearGauge)Brush characteristics of the area behind the value, or hand, pointer.
 ValueColorPalette (inherited from LinearGauge)An array of Colors defining a custom gradient color scheme.
 ValueFormat (inherited from Series)Determines the Format to display point values.
 ValuesLists (inherited from Series)Returns the Steema.TeeChart.Styles.ValuesLists object of the series.
 VertAxis (inherited from Series)Determines Vertical axis associated to this Series.
 Visible (inherited from Series)Shows or hides this series.
 XValues (inherited from Series)Values defining horizontal point positions.
 YValues (inherited from Series)Values defining vertical point positions.
 ZOrder (inherited from Series)Determines where on the depth axis the Series is drawn.

See Also

VerticalLinearGauge Class | Steema.TeeChart.Styles Namespace