Перечисление 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. |