ScaleBreakOptions Members
The storage of axis scale break appearance settings.Constructors
| Name | Description |
|---|---|
| ScaleBreakOptions() | Initializes a new instance of the ScaleBreakOptions class with default settings. |
Fields
| Name | Description |
|---|---|
| ActualLineStyleProperty static | Identifies the ScaleBreakOptions.ActualLineStyle dependency property. |
| BrushProperty static | Identifies the ScaleBreakOptions.Brush dependency property. |
| LineStyleProperty static | Identifies the ScaleBreakOptions.LineStyle dependency property. |
| SizeInPixelsProperty static | Identifies the ScaleBreakOptions.SizeInPixels dependency property. |
| StyleProperty static | Identifies the ScaleBreakOptions.Style dependency property. |
Properties
| Name | Description |
|---|---|
| ActualLineStyle | Returns the actual line style of the scale breaks. This is a dependency property. |
| Brush | Gets or sets the brush to draw the scale break edges. |
| LineStyle | Gets or sets the style of the line that is used to draw a scale break. |
| SizeInPixels | Gets or sets the scale break size. |
| Style | Gets or sets an appearance of scale break edges. |
| 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