Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.