ChartAxisScaleBreak Members
Include Protected Members
Include Inherited Members
Contains the scale break properties of an axis.
The ChartAxisScaleBreak type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ChartAxisScaleBreak() | Creates a new instance of the ChartAxisScaleBreak class. |
![]() |
ChartAxisScaleBreak(IPropertyStore) | Creates a new instance of the ChartAxisScaleBreak class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
BreakLineType | Type of line used to show the scale break. |
![]() |
CollapsibleSpaceThreshold | Percent of empty space allowed on the axis before a scale break is triggered. |
![]() |
Enabled | Indicates scale breaks can be automatically applied. |
![]() |
IncludeZero | Indicates whether to prohibit a scale break from spanning zero. |
![]() |
MaxNumberOfBreaks | Maximum number of scale breaks to apply. |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
PropertyStore | The property store. (Inherited from ReportObjectBase.) |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
Spacing | Amount of space to leave for a scale break, as a percent of the chart size. |
![]() |
Style | Gets the style properties of this report definition object. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose() | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
Top