ChartAxisScaleBreakInstance.IncludeZero Property

Gets the calculated value of the IncludeZero property in a ChartAxisScaleBreak class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property IncludeZero As ChartAutoBool
    Get
'Usage
Dim instance As ChartAxisScaleBreakInstance
Dim value As ChartAutoBool

value = instance.IncludeZero
public ChartAutoBool IncludeZero { get; }
public:
property ChartAutoBool IncludeZero {
    ChartAutoBool get ();
}
member IncludeZero : ChartAutoBool
function get IncludeZero () : ChartAutoBool

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartAutoBool
A ChartAutoBool value that represents the calculated value of the IncludeZero property.