ScaleLabelOptions Members
Serves as a base for classes that contain appearance and behavior options for scale labels.Fields
| Name | Description |
|---|---|
| AddendProperty static | Identifies the ScaleLabelOptions.Addend dependency property. |
| FormatStringProperty static | Identifies the ScaleLabelOptions.FormatString dependency property. |
| MultiplierProperty static | Identifies the ScaleLabelOptions.Multiplier dependency property. |
| OffsetProperty static | Identifies the ScaleLabelOptions.Offset dependency property. |
| ShowFirstProperty static | Identifies the ScaleLabelOptions.ShowFirst dependency property. |
| ShowLastProperty static | Identifies the ScaleLabelOptions.ShowLast dependency property. |
| ZIndexProperty static | Identifies the ScaleLabelOptions.ZIndex dependency property. |
Properties
| Name | Description |
|---|---|
| Addend | Gets or sets a value that should be added to every label’s value. |
| FormatString | Gets or sets a value that specifies the format string for the display text on a scale. |
| Multiplier | Gets or sets a value by which every label’s value should be multiplied. |
| Offset | Gets or sets the offset specifying a label’s position on a scale. |
| ShowFirst | Gets or sets a value indicating whether the first label should be shown on a scale. |
| ShowLast | Gets or sets a value indicating whether the last label should be shown on a scale. |
| ZIndex | Gets or sets the z-index of scale labels. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the GaugeDependencyObject class properties has changed its value. Inherited from GaugeDependencyObject. |
See Also