Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.WebBrowser
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge
- Classes
- Enumerations
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
| EO.Wpf.Gauge Namespace |
Classes
| Class | Description | |
|---|---|---|
|
CircularGaugeFrame | Represents a control that is used to render a frame that is suitable for hosting CircularScale objects. |
|
CircularLabelOptions | Represents the base options class for a CircularScale labels. |
|
CircularLineOptions | Provide options for circular scale line. |
|
CircularOptions | Represents the base options class for a CircularScale labels and tick marks. |
|
CircularScale | Represents a circular scale. |
|
CircularTickOptions | Represents the base options class for a CircularScale ticks. |
|
LinearGaugeFrame | Represents a control that is used to render the frame of a set of LinearScale or RollingScale objects. |
|
LinearLabelOptions | Represents the base class for MajorLinearLabelOptions and MinorLinearLabelOptions. |
|
LinearOptions | Base class that provides options for ticks and labels used by a LinearScale or a RollingScale. |
|
LinearRangeBarOptions | Represents the options class for a Rolling scale rangebar. |
|
LinearScale | Represents a linear scale. |
|
LinearScaleBase | Represents the base class for linear and rolling scales. |
|
LinearTickBar | Represents a linear tick bar. |
|
LinearTickOptions | Base class that provides options for major and minor ticks. |
|
MajorCircularLabelOptions | Represents a CircularScale major label options. |
|
MajorCircularTickOptions | Represents a CircularScale major ticks option. |
|
MajorLinearLabelOptions | Represents the options class of a LinearScale or RollingScale major labels. |
|
MajorLinearTickOptions | Represents the options class of a scale major ticks. |
|
Marker | Represents a control that points to a value along a scale. |
|
MarkerCollection | Represents a collection of Marker objects. |
|
MinorCircularLabelOptions | Represents a CircularScale minor labels options. |
|
MinorCircularTickOptions | Represents a CircularScale minor ticks option. |
|
MinorLinearLabelOptions | Represents the options class of a scale minor labels. |
|
MinorLinearTickOptions | Represents the options class of a scale minor ticks. |
|
Needle | Represents a value indicator for the circular gauge. |
|
Options | Represents the base class for all scale options. |
|
ProgressIndicator | Represents a lightweight progress bar used as a value indicator for a LinearGauge. |
|
Range | Represents a range in a LinearRangeBar or a CircularRangeBar. |
|
RangeBarOptionsBase | Base options class for linear and rolling rangebar. |
|
RangeCollection | Represents a collection of Range object. |
|
RollingRangeBarOptions | Represents the options class for a Rolling scale rangebar. |
|
RollingScale | Represents a rolling scale, where only a portion of an entire linear scale is visible. |
|
RollingTickBar | Represents a rolling tick bar, where only a portion of an entire linear tick bar is shown. |
|
ScaleBase | Represents the base class for all scales Linear, Rolling and Circular. |
|
TickBarBase | Represents the base class for LinearTickBar and RollingTickBar. |
|
ValueIndicator | Represents the base class for all kind of value indicator used in the gauges framework. |
Enumerations
| Enumeration | Description | |
|---|---|---|
|
FrameKind | Specifies what kind of frame the CircularGaugeFrame will render. |
|
LabelPlacement | Specifies the placement of the labels in a scale relative to the ticks bar. |
|
TickmarkType | Specifies the built-in shape to use for a gauge scale. |
|
TicksDisplay | Specifies the display mode of a TickBarBase control. |
