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 or sets the scale break behavior for the axis.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartAxisScaleBreak As ChartAxisScaleBreak
Get
Set
'Usage
Dim instance As ChartAxis
Dim value As ChartAxisScaleBreak
value = instance.ChartAxisScaleBreak
instance.ChartAxisScaleBreak = value
public ChartAxisScaleBreak ChartAxisScaleBreak { get; set; }
public:
property ChartAxisScaleBreak^ ChartAxisScaleBreak {
ChartAxisScaleBreak^ get ();
void set (ChartAxisScaleBreak^ value);
}
member ChartAxisScaleBreak : ChartAxisScaleBreak with get, set
function get ChartAxisScaleBreak () : ChartAxisScaleBreak
function set ChartAxisScaleBreak (value : ChartAxisScaleBreak)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ChartAxisScaleBreak
A ChartAxisScaleBreak object.