Skip to main content

ArcScaleLabelOptions Members

Contains appearance and behavior options for arc scale labels.

Constructors

Name Description
ArcScaleLabelOptions() Initializes a new instance of the ArcScaleLabelOptions 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 ArcScaleLabelOptions.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 Circular scale.
ShowFirst Gets or sets a value indicating whether the first label should be shown on a scale. Inherited from ScaleLabelOptions.
ShowLast Gets or sets a value indicating whether 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.

Events

Name Description
PropertyChanged Occurs every time any of the GaugeDependencyObject class properties has changed its value. Inherited from GaugeDependencyObject.
See Also