ScaleOptions Members
The Chart bound Range Control scale options storage.Constructors
| Name | Description |
|---|---|
| ScaleOptions() | Initializes a new instance of the ScaleOptions class with the default settings. |
Fields
| Name | Description |
|---|---|
| GridBehaviorProperty static | Identifies the ScaleOptions.GridBehavior dependency property. |
| LabelFormatProperty static | Identifies the ScaleOptions.LabelFormat dependency property. |
| LabelFormatProviderProperty static | Identifies the ScaleOptions.LabelFormatProvider dependency property. |
| SnapBehaviorProperty static | Identifies the ScaleOptions.SnapBehavior dependency property. |
Properties
| Name | Description |
|---|---|
| GridBehavior | Gets or sets the behavior that specifies how the Chart bound Range Control Client forms its grid. This is a dependency property. |
| LabelFormat | Gets or sets the string used to format chart client label values. This is a dependency property. |
| LabelFormatProvider | Gets or set the format provider to format the values displayed by labels of the chart range control client. This is a dependency property. |
| SnapBehavior | Gets or sets the behavior that specifies how the Chart bound Range Control Client snaps its range bounds. This is a dependency property. |
| TypeNameSerializable | Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject. |
See Also