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. |