ChartAxis.ChartAxisScaleBreak Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the scale break behavior for the axis.
public:
property Microsoft::ReportingServices::RdlObjectModel::ChartAxisScaleBreak ^ ChartAxisScaleBreak { Microsoft::ReportingServices::RdlObjectModel::ChartAxisScaleBreak ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::ChartAxisScaleBreak ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.ChartAxisScaleBreak ChartAxisScaleBreak { get; set; }
member this.ChartAxisScaleBreak : Microsoft.ReportingServices.RdlObjectModel.ChartAxisScaleBreak with get, set
Public Property ChartAxisScaleBreak As ChartAxisScaleBreak
Property Value
A ChartAxisScaleBreak object.