ChartAxisScaleBreak Class

 

Updated: February 25, 2016

Contains the scale break properties of an axis.

Namespace:   Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

System::Object
  Microsoft.ReportingServices.OnDemandReportRendering::ChartAxisScaleBreak

public ref class ChartAxisScaleBreak sealed : IROMStyleDefinitionContainer

NameDescription
System_CAPS_pubpropertyBreakLineType

Gets an expression that evaluates to the type of line used to show the scale break.

System_CAPS_pubpropertyCollapsibleSpaceThreshold

Gets an expression that evaluates to the percent of empty space allowed on the axis before a scale break is triggered.

System_CAPS_pubpropertyEnabled

Gets an expression that evaluates to a value that indicates scale breaks can be automatically applied.

System_CAPS_pubpropertyIncludeZero

Gets an expression that evaluates to a value that indicates whether to prohibit a scale break from spanning zero.

System_CAPS_pubpropertyInstance

Gets the report instance object that contains the calculated values of this report definition object.

System_CAPS_pubpropertyMaxNumberOfBreaks

Gets an expression that evaluates to the maximum number of scale breaks to apply.

System_CAPS_pubpropertySpacing

Gets an expression that evaluates to the amount of space to leave for a scale break, as a percent of the chart size.

System_CAPS_pubpropertyStyle

Gets the style properties of this report definition object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: