Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the scale break properties for the chart axis.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property AxisScaleBreak As ChartAxisScaleBreak
Get
'Usage
Dim instance As ChartAxis
Dim value As ChartAxisScaleBreak
value = instance.AxisScaleBreak
public ChartAxisScaleBreak AxisScaleBreak { get; }
public:
property ChartAxisScaleBreak^ AxisScaleBreak {
ChartAxisScaleBreak^ get ();
}
member AxisScaleBreak : ChartAxisScaleBreak
function get AxisScaleBreak () : ChartAxisScaleBreak
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisScaleBreak
A ChartAxisScaleBreak object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace