[]
C1GaugeDecorator used to display a sequence of tick marks on the Gauge.
public class C1GaugeMarks : C1GaugeScaleDecorator, ICloneable, IDisposable, ICustomTypeDescriptor
| Name | Description |
|---|---|
| C1GaugeMarks() | Initializes a new instance of the decorator. |
| Name | Description |
|---|---|
| Border | Gets the properties of the tick marks border. |
| CustomImage | Gets or sets the custom image for the tick marks. |
| CustomShape | Gets the custom shape for the tick marks. |
| Filling | Adjusts the interior filling of tick marks. |
| FlipShape | Gets or sets whether the shape of a tick mark is inverted. |
| Gradient | Encapsulates properties of a color gradient. |
| ImageMapName | Gets or sets the name of template for the ValueImages collection. |
| IsRotated | Gets or sets if the tick marks should be rotated depending on their values (for radial Gauges only). |
| Length | Logical value representing the length of each tick mark. |
| Length2 | Gets or sets the end length of the tick marks (Length is the start length). |
| OrthogonalAlignment | Gets or sets the orthogonal alignment of the tick marks. |
| OrthogonalOffset | Gets or sets the logical orthogonal offset of the tick marks. |
| Shape | Selects a shape from the set of predefined mark shapes. |
| ShapeAngle | Gets or sets the fixed angle (in degrees) to rotate the tick marks. |
| ValueImages | Gets the collection of values with their associated images. |
| Width | Gets or sets the logical width of a tick mark. |
| Name | Description |
|---|---|
| ResetBorder() | This member is for internal use only. |
| ResetCustomImage() | This member is for internal use only. |
| ResetCustomShape() | This member is for internal use only. |
| ResetFilling() | This member is for internal use only. |
| ResetGradient() | This member is for internal use only. |
| ResetIsRotated() | This member is for internal use only. |
| ResetWidth() | This member is for internal use only. |
| ShouldSerializeBorder() | This member is for internal use only. |
| ShouldSerializeCustomImage() | This member is for internal use only. |
| ShouldSerializeCustomShape() | This member is for internal use only. |
| ShouldSerializeFilling() | This member is for internal use only. |
| ShouldSerializeGradient() | This member is for internal use only. |
| ShouldSerializeIsRotated() | This member is for internal use only. |
| ShouldSerializeValueImages() | This member is for internal use only. |
| ShouldSerializeWidth() | This member is for internal use only. |