LinearScaleLabelOptions Members
Contains behavior, layout and data representation options for linear scale labels.Constructors
| Name | Description |
|---|---|
| LinearScaleLabelOptions() | Initializes a new instance of the LinearScaleLabelOptions class with default settings. |
Fields
| Name | Description |
|---|---|
| AddendProperty static | Identifies the ScaleLabelOptions.Addend dependency property. Inherited from ScaleLabelOptions. |
| FormatStringProperty static | Identifies the ScaleLabelOptions.FormatString dependency property. Inherited from ScaleLabelOptions. |
| MultiplierProperty static | Identifies the ScaleLabelOptions.Multiplier dependency property. Inherited from ScaleLabelOptions. |
| OffsetProperty static | Identifies the ScaleLabelOptions.Offset dependency property. Inherited from ScaleLabelOptions. |
| OrientationProperty static | Identifies the LinearScaleLabelOptions.Orientation dependency property. |
| ShowFirstProperty static | Identifies the ScaleLabelOptions.ShowFirst dependency property. Inherited from ScaleLabelOptions. |
| ShowLastProperty static | Identifies the ScaleLabelOptions.ShowLast dependency property. Inherited from ScaleLabelOptions. |
| ZIndexProperty static | Identifies the ScaleLabelOptions.ZIndex dependency property. Inherited from ScaleLabelOptions. |
Properties
| Name | Description |
|---|---|
| Addend | Gets or sets a value that should be added to every label’s value. Inherited from ScaleLabelOptions. |
| FormatString | Gets or sets a value that specifies the format string for the display text on a scale. Inherited from ScaleLabelOptions. |
| Multiplier | Gets or sets a value by which every label’s value should be multiplied. Inherited from ScaleLabelOptions. |
| Offset | Gets or sets the offset specifying a label’s position on a scale. Inherited from ScaleLabelOptions. |
| Orientation | Provides different types of orientation for labels on the Linear scale. |
| ShowFirst | Gets or sets a value indicating whether or not the first label should be shown on a scale. Inherited from ScaleLabelOptions. |
| ShowLast | Gets or sets a value indicating whether or not the last label should be shown on a scale. Inherited from ScaleLabelOptions. |
| ZIndex | Gets or sets the z-index of scale labels. Inherited from ScaleLabelOptions. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the BaseGaugeNotificationElement class properties has changed its value. Inherited from BaseGaugeNotificationElement. |
See Also