ScaleBreak Properties
Represents an individual scale break within the collection.| Name | Description |
|---|---|
| Edge1 | Gets or sets the first edge of a scale break. |
| Edge1Serializable | Gets or sets the value used to support serialization of the ScaleBreak.Edge1 property. |
| Edge2 | Gets or sets the second edge of a scale break. |
| Edge2Serializable | Gets or sets the value used to support serialization of the ScaleBreak.Edge2 property. |
| Name | Gets or sets the name of the chart element. Inherited from ChartElementNamed. |
| Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
| Visible | Specifies whether the scale break is visible. |
See Also