The C1GaugeLabels type exposes the following members.

Constructors

  NameDescription
Public methodC1GaugeLabels

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFillColorMapNames
This method is for internal use only.
(Inherited from C1GaugeDecorator.)
Public methodFillCommonFontNames
This method is for internal use only.
(Inherited from C1GaugeDecorator.)
Public methodFillImageMapNames
This method is for internal use only.
(Inherited from C1GaugeDecorator.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Loads a decorator from an XmlDocument.
(Inherited from C1GaugeDecorator.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodResetAllowFlip
This member is for internal use only.
Protected methodResetColor
This member is for internal use only.
Protected methodResetIsRotated
This member is for internal use only.
Protected methodResetLocation
This member is for internal use only.
(Inherited from C1GaugeDecorator.)
Protected methodResetShadow
This member is for internal use only.
(Inherited from C1GaugeDecorator.)
Public methodSave
Saves a decorator into an XmlWriter.
(Inherited from C1GaugeDecorator.)
Protected methodShouldSerializeAllowFlip
This member is for internal use only.
Protected methodShouldSerializeClippings
This member is for internal use only.
(Inherited from C1GaugeDecorator.)
Protected methodShouldSerializeColor
This member is for internal use only.
Protected methodShouldSerializeIsRotated
This member is for internal use only.
Protected methodShouldSerializeLocation
This member is for internal use only.
(Inherited from C1GaugeDecorator.)
Protected methodShouldSerializeShadow
This member is for internal use only.
(Inherited from C1GaugeDecorator.)
Protected methodShouldSerializeValueColors
This member is for internal use only.
(Inherited from C1GaugeDecorator.)
Public methodToString
Returns a string that represents the current object.
(Inherited from C1GaugeDecorator.)

Properties

  NameDescription
Public propertyAlignment
Alignment of the decorator.
(Inherited from C1GaugeDecorator.)
Public propertyAlignmentOffset
Gets or sets the alignment offset of the decorator (in pixels).
(Inherited from C1GaugeDecorator.)
Public propertyAllowFlip
Gets or sets whether the labels should be flipped if they appear inverted (for radial Gauges only).
Public propertyClippings
Gets the collection of shapes that form the clipping region.
(Inherited from C1GaugeDecorator.)
Public propertyColor
Gets or sets the Color used to display text on labels.
Public propertyColorMapName
Gets or sets the name of template for the ValueColors collection.
(Inherited from C1GaugeDecorator.)
Public propertyCommonFontName
Gets or sets the name of the font and color template.
Public propertyFont
Gets or sets the font used to display text in labels.
Public propertyFontSize
Logical value representing the scalable font size.
Public propertyFontSize2
Gets or sets the end font size of the labels (FontSize is the start font size).
Public propertyFormat
Standard or custom numeric format string for the labels.
Public propertyFrom
Gets or sets the value where the decorator starts. Set to Double.NaN to bind to Gauge's minimum.
(Inherited from C1GaugeMultivalueDecorator.)
Public propertyFromPointerIndex
Gets or sets the index of a Pointer that specifies where the decorator starts.
(Inherited from C1GaugeMultivalueDecorator.)
Public propertyHitTestable
Gets or sets whether the decorator can be hit-tested.
(Inherited from C1GaugeDecorator.)
Public propertyInterval
Value interval to draw each mark or label.
(Inherited from C1GaugeScaleDecorator.)
Public propertyIntervalCoeff
Gets or sets the multiplier for the value interval (or the number of subintervals for logarithmic scale).
(Inherited from C1GaugeScaleDecorator.)
Public propertyIntervalWidth
Gets or sets the logical distance between tick marks or labels.
(Inherited from C1GaugeScaleDecorator.)
Public propertyIsRotated
Gets or sets if the labels should be rotated depending on their values (for radial Gauges only).
Public propertyLocation
Logical value representing the start location of the decorator.
(Inherited from C1GaugeDecorator.)
Public propertyLocation2
Gets or sets the end location of the C1GaugeDecorator (Location is the start location).
(Inherited from C1GaugeMultivalueDecorator.)
Public propertyName
Gets or sets a name associated with the decorator.
(Inherited from C1GaugeDecorator.)
Public propertyOrthogonalAlignment
Gets or sets the orthogonal alignment of the text labels.
Public propertyOrthogonalOffset
Gets or sets the logical orthogonal offset of the text labels.
Public propertyOwner
Gets the owner Gauge.
(Inherited from C1GaugeDecorator.)
Public propertyResolution
Gets or sets the minimum displayed value interval if the scale is nonuniform.
(Inherited from C1GaugeScaleDecorator.)
Public propertyScaleFrom
Gets or sets the value where the scale graduation starts and the start location and width are defined. Set to Double.NaN to bind to the From value.
(Inherited from C1GaugeMultivalueDecorator.)
Public propertyScaleTo
Gets or sets the value where the scale graduation ends and the end location and width are defined. Set to Double.NaN to bind to the To value.
(Inherited from C1GaugeMultivalueDecorator.)
Public propertySequenceNo
The sequence number for this marks (or labels) decorator. Displayed values will not appear on the subsequent marks (or labels) with the same sequence number.
(Inherited from C1GaugeScaleDecorator.)
Public propertyShadow
Encapsulates properties of the decorator shadow.
(Inherited from C1GaugeDecorator.)
Public propertyShowIrregularFrom
Gets or sets whether the From value should appear even if it doesn't conform with the specified interval.
(Inherited from C1GaugeScaleDecorator.)
Public propertyShowIrregularTo
Gets or sets whether the To value should appear even if it doesn't conform with the specified interval.
(Inherited from C1GaugeScaleDecorator.)
Public propertyTextAngle
Gets or sets the angle (in degrees) to rotate the label text.
Public propertyTo
Gets or sets the value where the decorator ends. Set to Double.NaN to bind to Gauge's maximum.
(Inherited from C1GaugeMultivalueDecorator.)
Public propertyToPointerIndex
Gets or sets the index of a Pointer that specifies where the decorator ends.
(Inherited from C1GaugeMultivalueDecorator.)
Public propertyValueColorFalloff
Gets or sets the blending mode for value colors.
(Inherited from C1GaugeDecorator.)
Public propertyValueColors
Gets the collection of values with their associated colors.
(Inherited from C1GaugeDecorator.)
Public propertyValueFactor
Gets or sets the value multiplier when showing labels.
Public propertyValueOffset
Gets or sets the value offset when showing labels.
Public propertyViewTag
Gets or sets a digital tag identifying this element's views.
(Inherited from C1GaugeDecorator.)
Public propertyVisible
Gets or sets whether the decorator is visible.
(Inherited from C1GaugeDecorator.)

Explicit Interface Implementations

See Also