Classes
| Class | Description | |
|---|---|---|
| C1Gauge |
Gauge control for ASP.NET.
| |
| C1GaugeBase |
The base class for other Gauges.
| |
| C1GaugeBaseShape |
The base class for shapes, such as C1GaugeRectangle or C1GaugeSector.
| |
| C1GaugeBorder |
Encapsulates properties of a pen used to draw borders of Gauge elements.
| |
| C1GaugeCap |
Defines properties of the Gauge pointer cap.
| |
| C1GaugeCapCircle |
Interior filling for the pointer cap.
| |
| C1GaugeCaption |
Draws a text caption.
| |
| C1GaugeClipping |
Associates a clipping region with a Gauge element.
| |
| C1GaugeCustomImage |
Properties of the user-defined image displayed on a Gauge.
| |
| C1GaugeCustomShape |
Defines properties of a shape used for Gauge marks and pointers.
| |
| C1GaugeDecorator |
Base class for all the Gauge decorators.
| |
| C1GaugeEllipse |
Draws a filled ellipse.
| |
| C1GaugeFilledShape |
The base class for shapes that draw the border and fill the interior.
| |
| C1GaugeFilling |
Encapsulates properties of a brush used to fill Gauge elements.
| |
| C1GaugeGradient |
Encapsulates properties of a color gradient.
| |
| C1GaugeHotBrush |
Specifies the properties of a brush to paint selection on the hot item.
| |
| C1GaugeHttpHandler |
Http handler for gauge image rendering.
| |
| C1GaugeImage |
Draws an image.
| |
| C1GaugeLabels | C1GaugeDecorator used to display a sequence of labels on the Gauge.
| |
| C1GaugeMarks | C1GaugeDecorator used to display a sequence of tick marks on the Gauge.
| |
| C1GaugeMultivalueDecorator |
Base class for the Gauge decorators that spread over a set of values.
| |
| C1GaugePointer |
Defines properties of the Gauge pointer.
| |
| C1GaugeRange | C1GaugeDecorator used to display a range on the Gauge.
| |
| C1GaugeRectangle |
Draws a filled rectangle.
| |
| C1GaugeScaleDecorator |
Base class for the Gauge decorators showing a scale, such as marks or labels.
| |
| C1GaugeSector |
Draws a filled circular sector.
| |
| C1GaugeSegment |
Draws a filled circular segment.
| |
| C1GaugeShadow |
Encapsulates properties of the shadow.
| |
| C1GaugeSingleLabel | C1GaugeDecorator used to display a single label on the Gauge.
| |
| C1GaugeSingleMark | C1GaugeDecorator used to display a single mark on the Gauge.
| |
| C1GaugeValueColor |
Associates a value with the Color on a C1GaugeDecorator.
| |
| C1GaugeValueImage |
Associates a value with the custom image on a C1GaugeDecorator.
| |
| C1GaugeViewport |
Specifies the bounds of a Gauge element.
| |
| C1LinearGauge |
Control that shows a linear Gauge.
| |
| C1RadialGauge |
Control that shows a radial Gauge.
| |
| CapCircleCollection |
Represents a collection of C1GaugeCapCircle objects.
| |
| ClippingCollection |
Represents a collection of C1GaugeClipping objects.
| |
| CommonBorder |
Defines a template for C1GaugeBorder to be used in multiple elements.
| |
| CommonBorderCollection |
Represents a collection of CommonBorder objects.
| |
| CommonColorMap |
Defines a template for ValueColorCollection to be used in multiple elements.
| |
| CommonColorMapCollection |
Represents a collection of CommonColorMap objects.
| |
| CommonFilling |
Defines a template for C1GaugeFilling to be used in multiple elements.
| |
| CommonFillingCollection |
Represents a collection of CommonFilling objects.
| |
| CommonFont |
Defines a template for text font and color to be used in multiple elements.
| |
| CommonFontCollection |
Represents a collection of CommonFont objects.
| |
| CommonGradient |
Defines a template for C1GaugeGradient to be used in multiple elements.
| |
| CommonGradientCollection |
Represents a collection of CommonGradient objects.
| |
| CommonImage |
Defines a template for C1GaugeCustomImage to be used in multiple elements.
| |
| CommonImageCollection |
Represents a collection of CommonImage objects.
| |
| CommonImageMap |
Defines a template for ValueImageCollection to be used in multiple elements.
| |
| CommonImageMapCollection |
Represents a collection of CommonImageMap objects.
| |
| CommonItem |
Defines a common template for various items to be used in multiple elements.
| |
| CommonItemCollection |
Represents a collection of CommonItem objects.
| |
| CommonShadow |
Defines a template for C1GaugeShadow to be used in multiple elements.
| |
| CommonShadowCollection |
Represents a collection of CommonShadow objects.
| |
| CommonShape |
Defines a template for C1GaugeCustomShape to be used in multiple elements.
| |
| CommonShapeCollection |
Represents a collection of CommonShape objects.
| |
| DecoratorCollection |
Represents a collection of C1GaugeDecorator objects.
| |
| FormatLabelEventArgs |
Provides data for the FormatLabel event.
| |
| GaugeCollection |
Represents a collection of C1GaugeBase objects.
| |
| PointerCollection |
Represents a collection of C1GaugePointer objects.
| |
| PointerValueChangedEventArgs |
Provides data for the PointerValueChanged event.
| |
| ShapeCollection |
Represents a collection of C1GaugeBaseShape objects.
| |
| ValueColorCollection |
Represents a collection of C1GaugeValueColor objects.
| |
| ValueImageCollection |
Represents a collection of C1GaugeValueImage objects.
|
Delegates
| Delegate | Description | |
|---|---|---|
| FormatLabelEventHandler |
Represents the method that handles the FormatLabel event.
| |
| PointerValueChangedEventHandler |
Represents the method that handles the PointerValueChanged event.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| C1GaugeAlignment |
Aligment possibilities for a decorator (relative to the Gauge's axis).
| |
| C1GaugeBorderStyle |
Specifies the style of lines drawn with a C1GaugeBorder.
| |
| C1GaugeBrushType |
The type of brush that is used to fill a Gauge element.
| |
| C1GaugeClipOperation |
Specifies how the source and given clipping regions can be combined.
| |
| C1GaugeFlipType |
Specifies the axis used to flip the image.
| |
| C1GaugeGradientDirection |
The set of possible gradient directions.
| |
| C1GaugeGradientFalloff |
Defines the type of a gradient falloff.
| |
| C1GaugeHatchStyle |
Specifies the different patterns available for the hatch brush.
| |
| C1GaugeImageLayout |
Specifies the position of the background image.
| |
| C1GaugeMarkShape |
The set of standard tick mark shapes.
| |
| C1GaugeOrientation |
Specifies the orientation of a C1LinearGauge.
| |
| C1GaugePointerShape |
The set of standard pointer shapes.
| |
| C1GaugeRangeAntiAliasing |
Specifies the anti-aliasing mode for the internal filling of a C1GaugeRange.
| |
| C1GaugeRotateFlipType |
Specifies the direction of an image's rotation and the axis used to flip the image.
| |
| C1GaugeValueColorFalloff |
Specifies the blending mode for value Colors on a C1GaugeDecorator.
| |
| ImageIdGeneration |
Use the members of this enumeration to set the value of the
ImageIdGeneration
property in the C1Gauge class.
| |
| ImageRenderMethod |
Use the members of this enumeration to set the value of the
ImageRenderMethod property
in the C1Gauge class.
| |
| ImageTransferMethod |
Use the members of this enumeration to set the value of the
ImageTransferMethod
property in the C1WebChart class.
|