다음을 통해 공유


ChartIncludeZeroTypes 열거형

Specifies whether to include zero on the axis scale.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Enumeration ChartIncludeZeroTypes
‘사용 방법
Dim instance As ChartIncludeZeroTypes
public enum ChartIncludeZeroTypes
public enum class ChartIncludeZeroTypes
type ChartIncludeZeroTypes
public enum ChartIncludeZeroTypes

멤버

멤버 이름 설명
Auto Indicates that the report processor should automatically determine the setting.
True Indicates that the axis scale should include the zero value.
False Indicates that the axis scale should not include the zero value.