Skip to main content

ArcScale Members

An arc scale.

Constructors

Name Description
ArcScale() Initializes a new instance of the ArcScale class with default settings.

Fields

Name Description
EndAngleProperty static Identifies the ArcScale.EndAngle dependency property.
EndValueProperty static Identifies the Scale.EndValue dependency property. Inherited from Scale.
LabelOptionsProperty static Identifies the ArcScale.LabelOptions dependency property.
LabelTemplateProperty static Identifies the Scale.LabelTemplate dependency property. Inherited from Scale.
LayoutModeProperty static Identifies the ArcScale.LayoutMode dependency property.
LineOptionsProperty static Identifies the Scale.LineOptions dependency property. Inherited from Scale.
LineTemplateProperty static Identifies the Scale.LineTemplate dependency property. Inherited from Scale.
MajorIntervalCountProperty static Identifies the Scale.MajorIntervalCount dependency property. Inherited from Scale.
MajorTickmarkOptionsProperty static Identifies the Scale.MajorTickmarkOptions dependency property. Inherited from Scale.
MajorTickmarksTemplateProperty static Identifies the Scale.MajorTickmarksTemplate dependency property. Inherited from Scale.
MinorIntervalCountProperty static Identifies the Scale.MinorIntervalCount dependency property. Inherited from Scale.
MinorTickmarkOptionsProperty static Identifies the Scale.MinorTickmarkOptions dependency property. Inherited from Scale.
MinorTickmarksTemplateProperty static Identifies the Scale.MinorTickmarksTemplate dependency property. Inherited from Scale.
ShowLabelsProperty static Identifies the Scale.ShowLabels dependency property. Inherited from Scale.
ShowLineProperty static Identifies the Scale.ShowLine dependency property. Inherited from Scale.
ShowMajorTickmarksProperty static Identifies the Scale.ShowMajorTickmarks dependency property. Inherited from Scale.
ShowMinorTickmarksProperty static Identifies the Scale.ShowMinorTickmarks dependency property. Inherited from Scale.
ShowSpindleCapProperty static Identifies the ArcScale.ShowSpindleCap dependency property.
SpindleCapOptionsProperty static Identifies the ArcScale.SpindleCapOptions dependency property.
SpindleCapTemplateProperty static Identifies the ArcScale.SpindleCapTemplate dependency property.
StartAngleProperty static Identifies the ArcScale.StartAngle dependency property.
StartValueProperty static Identifies the Scale.StartValue dependency property. Inherited from Scale.

Properties

Name Description
CustomElements Provides access to a collection of custom elements contained in the current Circular Scale or Linear Scale. Inherited from Scale.
CustomLabels Provides access to a collection of custom labels contained in the current scale. Inherited from Scale.
EndAngle Gets or sets the angle that specifies the scale end position.
EndValue Gets or sets the end value of the scale. Inherited from Scale.
LabelOptions Gets or sets the options that specify the position and format for labels displayed on the scale.
LabelTemplate Gets or sets the template that defines the presentation of scale labels. Inherited from Scale.
Layers Provides access to a collection of layers contained in the current Circular scale.
LayoutMode Provides different types of layouts for the Circular Scale.
LineOptions Provides access to the options that specify the shape and position of a scale line, either Circular or Linear. Inherited from Scale.
LineTemplate Gets or sets the template that defines the presentation of a scale line. Inherited from Scale.
MajorIntervalCount Gets or sets a value that specifies the number of intervals between major tickmarks on a scale. Inherited from Scale.
MajorTickmarkOptions Provides access to the options that define the appearance, behavior and location of major tickmarks within the current scale. Inherited from Scale.
MajorTickmarksTemplate Gets or sets the template that defines the presentation of a scale’s major tickmarks. Inherited from Scale.
Markers Provides access to a collection of markers contained in the current Circular Scale.
MinorIntervalCount Gets or sets a value that specifies the number of intervals between minor tickmarks on a scale. Inherited from Scale.
MinorTickmarkOptions Provides access to the options that define the appearance, behavior and location of minor tickmarks within the current scale. Inherited from Scale.
MinorTickmarksTemplate Gets or sets the template that defines the presentation of a scale’s minor tickmarks. Inherited from Scale.
Needles Provides access to a collection of needles contained in the current Circular Scale.
RangeBars Provides access to a collection of range bars contained in the current Circular Scale.
Ranges Provides access to a collection of ranges contained in the current Circular Scale.
ShowLabels Gets or sets a value indicating whether or not labels should be displayed on a scale. Inherited from Scale.
ShowLine Indicates whether or not a line should be displayed on a scale. Inherited from Scale.
ShowMajorTickmarks Gets or sets whether or not the major tickmarks should be visible on a scale. Inherited from Scale.
ShowMinorTickmarks Gets or sets whether or not the minor tickmarks should be visible on a scale. Inherited from Scale.
ShowSpindleCap Gets or sets a value indicating whether a spindle cap should be shown or not.
SpindleCapOptions Gets or sets the options that specify the position and format for a spindle cap displayed on the scale.
SpindleCapTemplate Gets or sets the template that defines the presentation of an arc scale’s spindle cap.
StartAngle Gets or sets the angle that specifies the scale start position.
StartValue Gets or sets the start value of the scale. Inherited from Scale.

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.
See Also