Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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