AutoScaleBreaks Members
The storage of the automatic scale break options.Constructors
| Name | Description |
|---|---|
| AutoScaleBreaks() | Initializes a new instance of the AutoScaleBreaks class with default settings. |
Fields
| Name | Description |
|---|---|
| AutomaticScaleBreaksCalculatorProperty static | Identifies the AutoScaleBreaks.AutomaticScaleBreaksCalculator dependency property. |
| EnabledProperty static | Identifies the AutoScaleBreaks.Enabled dependency property. |
| MaxCountProperty static | Identifies the AutoScaleBreaks.MaxCount dependency property. |
Properties
| Name | Description |
|---|---|
| AutomaticScaleBreaksCalculator | Gets or sets an automatic scale breaks calculator for scale breaks. |
| Enabled | Gets or sets a value indicating whether to enable automatic scale breaks. |
| MaxCount | Gets or sets the maximum number of auto-generated scale breaks. |
| 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