Scale Fields
Serves as the base class for all scales.| Name | Description |
|---|---|
| EndValueProperty static | Identifies the Scale.EndValue dependency property. |
| LabelTemplateProperty static | Identifies the Scale.LabelTemplate dependency property. |
| LineOptionsProperty static | Identifies the Scale.LineOptions dependency property. |
| LineTemplateProperty static | Identifies the Scale.LineTemplate dependency property. |
| MajorIntervalCountProperty static | Identifies the Scale.MajorIntervalCount dependency property. |
| MajorTickmarkOptionsProperty static | Identifies the Scale.MajorTickmarkOptions dependency property. |
| MajorTickmarksTemplateProperty static | Identifies the Scale.MajorTickmarksTemplate dependency property. |
| MinorIntervalCountProperty static | Identifies the Scale.MinorIntervalCount dependency property. |
| MinorTickmarkOptionsProperty static | Identifies the Scale.MinorTickmarkOptions dependency property. |
| MinorTickmarksTemplateProperty static | Identifies the Scale.MinorTickmarksTemplate dependency property. |
| ShowLabelsProperty static | Identifies the Scale.ShowLabels dependency property. |
| ShowLineProperty static | Identifies the Scale.ShowLine dependency property. |
| ShowMajorTickmarksProperty static | Identifies the Scale.ShowMajorTickmarks dependency property. |
| ShowMinorTickmarksProperty static | Identifies the Scale.ShowMinorTickmarks dependency property. |
| StartValueProperty static | Identifies the Scale.StartValue dependency property. |
See Also