Skip to main content

LinearScale Properties

A linear scale.
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.
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 Linear Scale.
LayoutMode Provides different types of layouts for the Linear Scale.
LevelBars Provides access to a collection of level bars contained in the current Linear 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 Linear 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.
RangeBars Provides access to a collection of range bars contained in the current Linear Scale.
Ranges Provides access to a collection of ranges contained in the current Linear 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.
StartValue Gets or sets the start value of the scale. Inherited from Scale.
See Also