Scale Properties
Serves as the base class for all scales.Name | Description |
---|---|
Custom |
Provides access to a collection of custom elements contained in the current Circular Scale or Linear Scale. |
Custom |
Provides access to a collection of custom labels contained in the current scale. |
End |
Gets or sets the end value of the scale. |
Label |
Gets or sets the template that defines the presentation of scale labels. |
Line |
Provides access to the options that specify the shape and position of a scale line, either Circular or Linear. |
Line |
Gets or sets the template that defines the presentation of a scale line. |
Major |
Gets or sets a value that specifies the number of intervals between major tickmarks on a scale. |
Major |
Provides access to the options that define the appearance, behavior and location of major tickmarks within the current scale. |
Major |
Gets or sets the template that defines the presentation of a scale’s major tickmarks. |
Minor |
Gets or sets a value that specifies the number of intervals between minor tickmarks on a scale. |
Minor |
Provides access to the options that define the appearance, behavior and location of minor tickmarks within the current scale. |
Minor |
Gets or sets the template that defines the presentation of a scale’s minor tickmarks. |
Show |
Gets or sets a value indicating whether or not labels should be displayed on a scale. |
Show |
Indicates whether or not a line should be displayed on a scale. |
Show |
Gets or sets whether or not the major tickmarks should be visible on a scale. |
Show |
Gets or sets whether or not the minor tickmarks should be visible on a scale. |
Start |
Gets or sets the start value of the scale. |
See Also