ClockGauge 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.
 BeforeDrawHand (inherited from CircularGauge)
 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.
 Click (inherited from Series)Occurs when the control is clicked.
 DblClick (inherited from Series)Occurs when the control is double-clicked.
 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 CircularGauge)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 the collection of objects that implement the IList interface.
 AddColorLine (inherited from CircularGauge)Adds a new ColorLine to the CircularGauge with specified Start and End values.
 AddHand (inherited from CircularGauge)Adds a new Hand to the CircularGauge with specified Value and Color.
 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.
 AngleToPos (inherited from Circular)Returns the exact Screen position for a given pair of Angle and Radius values.
 Assign (inherited from Series)Copies all properties from one Series component to another.
 AssignFormat (inherited from Circular)
 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.
 CalcSelectionPos (inherited from Series)
 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 Circular)
 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 CircularGauge)
 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.
 GetMarkLabel (inherited from Series)Returns corresponding Point label suitable for displaying at Series Marks.
 GetMarkValue (inherited from Series)Returns corresponding Point value suitable for displaying at Series Marks.
 GetOutOfBoundNumAdjustment (inherited from Series)
 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" or its value is Double.NaN.
 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.
 PointToAngle (inherited from Circular)Returns the angle from the XY point parameter to the circle center.
 PointToRadius (inherited from Circular)Returns the radius from XY point to the circle center.
 PrepareForGallery
 RefreshSeries (inherited from Series)Recalculates all dependent Series points again.
 Repaint (inherited from Series)Forces the Chart to Repaint.
 Rotate (inherited from Circular)Returns the angle by which the Chart is rotated.
 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.
 AutoCircleResize (inherited from Circular)When true forces ignore of auto Circle resizing for Marks.
 AutoPenColor (inherited from Circular)Default True. When true TeeChart will calculate colour from slice colour.
 AutoPositionLinearGauge (inherited from CircularGauge)Gets and sets the automatic positioning of the embedded LinearGauge.
 AutoPositionNumericGauge (inherited from CircularGauge)Gets and sets the automatic positioning of the embedded NumericGauge.
 AutoValueLinearGauge (inherited from CircularGauge)Gets and sets the whether or not the embedded LinearGauge displays the same value as the CircularGauge.
 AutoValueNumericGauge (inherited from CircularGauge)Gets and sets the whether or not the embedded NumericGauge displays the same value as the CircularGauge.
 Axis (inherited from CircularGauge)Gets the CircularGauges's Axis characteristics.
 Center (inherited from CircularGauge)Returns a sub-object with properties that control the appearance of a shape at the middle of gauge.
 Chart (inherited from TeeBase)Chart associated with this object
 CircleBackColor (inherited from Circular)Determines the color to fill the ellipse.
 Circled (inherited from Circular)Sets CirleSeries as elliptical or circular.
 CircleGradient (inherited from Circular)Determines the Gradient which fills the ellipse.
 CircleHeight (inherited from Circular)Returns the height of the bounding Circle.
 CircleRect (inherited from Circular)Returns the rectangle that bounds the circle.
 CircleWidth (inherited from Circular)Returns the width of the bounding Circle.
 CircleXCenter (inherited from Circular)Returns the exact horizontal position of ellipse's center in pixels.
 CircleYCenter (inherited from Circular)Returns the exact vertical position of the ellipse's center in pixels.
 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 CircularGauge)Gets or sets a collection of EndValues which initially contains the RedLineEndValue and the GreenLineEndValue.
 ColorLines (inherited from CircularGauge)Gets or sets a collection of ColorLines which initially contains the RedLine and the GreenLine.
 ColorLineStartValues (inherited from CircularGauge)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 CircularGauge)Gets or sets a custom bounding rectangle for the gauge.
 CustomHorizAxis (inherited from Series)Specified the custom horizontal axis for the series.
 CustomTimeGets or sets a value that determines whether the Time property uses DateTime.Now or a custom specified DateTime structure.
 CustomVertAxis (inherited from Series)Specified the custom vertical axis for the series.
 CustomXRadius (inherited from Circular)Sets ellipse's horizontal radius in pixels.
 CustomYRadius (inherited from Circular)Sets ellipse's vertical radius in pixels.
 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.
 DescriptionGets descriptive text.
 Detail (inherited from Series)
 DisplayRotationAngle (inherited from CircularGauge)Gets and sets the angle of Frame rotation.
 DisplayTotalAngle (inherited from CircularGauge)Gets and sets the total display angle of the Frame.
 DrillDown (inherited from Series)Gets and sets and object that controls the drill-down dataset when the series is clicked
 DrillDownLabelMember (inherited from Series)Gets or sets the Datasource Label Field for the series clicked point (drill-down).
 EndPoint (inherited from CircularGauge)Returns a sub-object with properties that control the appearance of a shape at the end of the gauge arrow.
 EndPoints (inherited from CircularGauge)Gets or sets a collection of SeriesPoints which initially contains the EndPoint.
 EndZ (inherited from Series)For internal use.
 FaceBrush (inherited from CircularGauge)ChartBrush characteristics of the CircularGauge's face.
 FillToSemiCircle (inherited from CircularGauge)Gets or sets whether or not a semi-circular GaugeSeries is filled.
 FirstVisibleIndex (inherited from Series)Returns the index of the Series' first visible point.
 Frame (inherited from Circular)The Frame is the object which surrounds the CircularGauge and which consists of three configurable Bands: Inner, Middle and Outer.
 Function (inherited from Series)Function object to calculate values.
 GaugeColorPalette (inherited from CircularGauge)Gets and sets the CircularGauge's color palette.
 GreenLine (inherited from CircularGauge)The 'greenline' object is the curved shape with a gradient which is used to signal a low or minimum value.
 GreenLineEndValue (inherited from CircularGauge)Gets and sets the value at which the 'redline' marker ends.
 GreenLineStartValue (inherited from CircularGauge)Gets and sets the value at which the 'redline' marker starts.
 Hand (inherited from CircularGauge)Gets and sets the Hand (or needle) object characteristics.
 HandDistance (inherited from CircularGauge)Gets and sets the distance between the center of the hand and its head as a percentage of the total distance.
 HandDistances (inherited from CircularGauge)Gets or sets a collection of HandDistances which initially contains the HandDistance.
 HandOffset (inherited from CircularGauge)Gets and sets the distance between the center of the hand and its tail as a percentage of the total distance.
 HandOffsets (inherited from CircularGauge)Gets or sets a collection of HandDistances which initially contains the HandOffset.
 Hands (inherited from CircularGauge)Gets or sets a collection of Hands which initially contains the Hand.
 HorizAxis (inherited from Series)Horizontal axis to associate to this Series.
 HourGets or sets access to the drawing characteristics of the hour hand.
 IsoHorizAxes (inherited from Series)Gets or sets whether Series aspect ratio is maintained horizontally on Chart resize.
 IsoVertAxes (inherited from Series)Gets or sets whether Series aspect ratio is maintained vertically on Chart resize.
 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.
 LabelsInside (inherited from CircularGauge)Defines where to display gauge axis labels.
 LastVisibleIndex (inherited from Series)Returns the index of the Series' last visible point.
 Legend (inherited from Series)Gets or sets the properties which define how the Series is displayed in the Legend.
 LinearGauge (inherited from CircularGauge)Gets and sets properties of an embedded LinearGauge. Set Visible to true to visualize.
 Marks (inherited from Series)Defines all necessary properties to draw a mark near to each Series point.
 Maximum (inherited from CircularGauge)Gets or sets the maximum value for the gauge.
 MiddleZ (inherited from Series)For internal use.
 Minimum (inherited from CircularGauge)Gets or sets the minimum value for the gauge.
 MinorTickDistance (inherited from CircularGauge)The distance between the minor ticks and the CircularGauge curved axis.
 MinorTicks (inherited from CircularGauge)Gets and sets the characteristics of the Axis' minor tick marks.
 MinuteGets or sets access to the drawing characteristics of the minute hand.
 NumericGauge (inherited from CircularGauge)Gets and sets properties of an embedded NumericGauge. Set Visible to true to visualize.
 NumGallerySeries (inherited from Series)For internal use.
 OriginalCursor (inherited from Series)
 PercentFormat (inherited from Series)Sets the Format to display point values as percentage.
 RecalcOptions (inherited from Series)
 RedLine (inherited from CircularGauge)The 'redline' object is the curved shape with a gradient which is used to signal a high or maximum value.
 RedLineEndValue (inherited from CircularGauge)Gets and sets the value at which the 'redline' marker ends.
 RedLineStartValue (inherited from CircularGauge)Gets and sets the value at which the 'redline' marker starts.
 RotateLabels (inherited from CircularGauge)When true, labels are rotated so to appear parallel to the curved CircularGauge axis.
 RotationAngle (inherited from Circular)Sets angle of Chart rotation.
 SecondGets or sets access to the drawing characteristics of the second hand.
 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.
 StyleGets or sets a value that determines whether the ClockGauge numbers are Roman numerals or Arabic ones.
 Tag (inherited from TeeBase)Gets or sets an object that provides additional data about the TChart object.
 Ticks (inherited from CircularGauge)Gets and sets the characteristics of the Axis' major tick marks.
 TimeThe DateTime structure represented in the ClockGauge.
 Timer
 Title (inherited from Series)Series description to show in Legend and editors.
 TotalAngle (inherited from CircularGauge)Controls the size in degrees for the gauge axis.
 Transparency (inherited from Series)Sets Transparency level from 0 to 100%.
 UniqueCustomRadius (inherited from Circular)Sets all the CirleSeries in a chart to use the same radius or independent.
 UseExtendedNumRange (inherited from Series)When true activates extended Axis range for extremely large/small numbers
 Value (inherited from CircularGauge)Gets or sets the position of gauge arrow line.
 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.
 XRadius (inherited from Circular)Returns the exact horizontal size of the ellipse's radius in pixels.
 XValues (inherited from Series)Values defining horizontal point positions.
 YRadius (inherited from Circular)Returns the exact vertical size of the ellipse's radius in pixels.
 YValues (inherited from Series)Values defining vertical point positions.
 ZOrder (inherited from Series)Determines where on the depth axis the Series is drawn.

Protected Fields

 AllowSinglePoint (inherited from Series)
 bActive (inherited from Series)
 bColorEach (inherited from Series)
 calcVisiblePoints (inherited from Series)
 defaultShowInLegend (inherited from Series)
 defaultVisible (inherited from Series)
 DoClip (inherited from Series)
 DrawBetweenPoints (inherited from Series)
 firstVisible (inherited from Series)
 fseriesColor (inherited from Series)
 iAdjustCircleForMarks (inherited from Circular)
 IAngleInc (inherited from CircularGauge)
 ICenter (inherited from CircularGauge)
 iCircleHeight (inherited from Circular)
 iCircleWidth (inherited from Circular)
 iCircleXCenter (inherited from Circular)
 iCircleYCenter (inherited from Circular)
 INewRectangle (inherited from CircularGauge)
 Steema.TeeChart.Drawing.TeeBase.InternalTag
 InternalUse (inherited from TeeBase)
 iPoints (inherited from CircularGauge)
 IRange (inherited from CircularGauge)
 iSeriesColor (inherited from Series)
 isMouseInside (inherited from Series)
 IStartAngle (inherited from CircularGauge)
 iXRadius (inherited from Circular)
 iYRadius (inherited from Circular)
 lastVisible (inherited from Series)
 rCircleRect (inherited from Circular)
 rotDegree (inherited from Circular)
 ShowInEditor (inherited from TeeBase)
 sLabels (inherited from Series)
 UseSeriesColor (inherited from Series)
 vxValues (inherited from Series)
 vyValues (inherited from Series)
 yMandatory (inherited from Series)
 ZoomSeries (inherited from Series)

Protected Methods

 AddChartValue (inherited from Series)
 Added (inherited from Series)
 AddSampleValues (inherited from CircularGauge)
 AddValues (inherited from Series)
 AdjustCircleMarks (inherited from Circular)
 AdjustCircleRect (inherited from Circular)
 AssociatedToAxis (inherited from Circular)
 CalcAngleFromLength (inherited from CircularGauge)
 CalcCircleBackColor (inherited from Circular)
 CalcCircledRatio (inherited from Circular)
 CalcCircleGradient (inherited from Circular)
 CalcDepthPositions (inherited from Series)
 CalcFirstLastPage (inherited from Series)
 CalcHorizMargins (inherited from Series)
 CalcMinMaxValue (inherited from Series)
 CalcOrigRectangle (inherited from CircularGauge)
 CalcPoint (inherited from CircularGauge)
 CalcRadius (inherited from Circular)
 CalcSweepAngle (inherited from CircularGauge)
 CalculateMarkPosition (inherited from Series)
 CalcValue (inherited from CircularGauge)
 CalcVerticalMargins (inherited from Series)
 CalcZOrder (inherited from Series)
 CanAddRandomPoints (inherited from Series)
 CanDrawMark (inherited from Series)
 CanZoomScroll (inherited from Series)
 ChangedAxisScale (inherited from Series)
 CheckMouse (inherited from Series)
 ClearLists (inherited from Series)
 ClipRegionCreate (inherited from Series)
 ConvertArray (inherited from Series)
 CountLegendItems (inherited from Series)
 CreateSubGallery (inherited from Series)
 Dispose (inherited from CircularGauge)
 DoAfterDrawValues (inherited from Series)
 DoBeforeDrawChart (inherited from Series)
 DoBeforeDrawPoint (inherited from Series)
 DoBeforeDrawValues (inherited from CircularGauge)
 DoDrawIndex (inherited from Series)
 DoGetSeriesMark (inherited from Series)
 DoTimer
 DrawAxis (inherited from CircularGauge)
 DrawAxisMinorTick (inherited from CircularGauge)
 DrawAxisTick (inherited from CircularGauge)
 DrawCenter (inherited from CircularGauge)
 DrawColorLines (inherited from CircularGauge)
 DrawFrame (inherited from Circular)
 DrawHand (inherited from CircularGauge)
 DrawLegendShape (inherited from Series)
 DrawMark (inherited from Series)
 DrawMarks (inherited from Series)
 DrawSeriesAscending (inherited from Series)
 DrawSeriesForward (inherited from Series)
 drawSeriesLabel (inherited from Series)
 FirstVisibleMark (inherited from Series)
 GetBounds (inherited from Series)
 GetDataSource (inherited from Series)
 GetDefaultColor (inherited from Series)
 GetLabel
 GetMarkText (inherited from Series)
 GetOriginValue (inherited from Series)
 GetSeriesColor (inherited from Series)
 HasPointLabels (inherited from Series)
 InternalColor (inherited from Series)
 InternalLabel (inherited from Series)
 InternalXValue (inherited from Series)
 InternalYValue (inherited from Series)
 IsDefaultAxis (inherited from CircularGauge)
 IsPointInChartRect (inherited from Circular)
 LastVisibleMark (inherited from Series)
 LegendItemColor (inherited from Series)
 LegendToValueIndex (inherited from Series)
 MoreSameZOrder (inherited from Series)Returns true if there are more series that share the same Z order. For example Stacked Bars.
 MouseEvent (inherited from Series)
 NumSampleValues (inherited from Series)
 OnBeforeDrawHand (inherited from CircularGauge)
 OnDisposing (inherited from Circular)
 OnValueChanged (inherited from CircularGauge)
 PaintLegend (inherited from Series)
 PrepareLegendCanvas (inherited from Circular)
 RandomBounds (inherited from Series)
 ReCalcCircleRect (inherited from Circular)
 RecalcGetAxis (inherited from Series)
 SameClass (inherited from Series)Returns True when the tmpSeries parameter is of the same class.
 SetActive (inherited from Circular)
 SetAxisOnce
 SetBooleanProperty (inherited from TeeBase)
 SetChart
 SetCircleRect (inherited from CircularGauge)
 SetColorEach (inherited from Series)
 SetColorProperty (inherited from TeeBase)
 SetDoubleProperty (inherited from TeeBase)
 SetFloatProperty (inherited from TeeBase)
 SetHorizontal (inherited from Series)
 SetIntegerProperty (inherited from TeeBase)
 SetParentProperties (inherited from Circular)
 SetRotationAngle (inherited from Circular)
 SetSeriesColor (inherited from Series)
 SetStringProperty (inherited from TeeBase)
 SetTransparency (inherited from CircularGauge)
 SetValueList (inherited from Series)
 SetValues (inherited from CircularGauge)
 ShouldSerializeCircleBackColor (inherited from Circular)
 ShouldSerializeColors (inherited from Series)
 ShouldSerializeCustomBounds (inherited from CircularGauge)
 ShouldSerializeDataSource (inherited from Series)
 ShouldSerializeFunction (inherited from Series)
 ShouldSerializeLabels (inherited from Series)
 ShouldSerializeLinearGauge (inherited from CircularGauge)
 ShouldSerializeMarks (inherited from Series)
 ShouldSerializeNumericGauge (inherited from CircularGauge)
 ShouldSerializeShowInLegend (inherited from Series)
 ShouldSerializeVisible (inherited from Series)
 SortDrawPoints (inherited from Series)
 SortDrawSeries (inherited from Series)
 ValueListOfAxis (inherited from Series)

Protected Properties

 Transform (inherited from Series)

See Also

ClockGauge Class | Steema.TeeChart.Styles Namespace