Enumerazione ChartIncludeZeroTypes
Specifies whether to include zero on the axis scale.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Enumeration ChartIncludeZeroTypes
'Utilizzo
Dim instance As ChartIncludeZeroTypes
public enum ChartIncludeZeroTypes
public enum class ChartIncludeZeroTypes
type ChartIncludeZeroTypes
public enum ChartIncludeZeroTypes
Membri
| Nome membro | Descrizione | |
|---|---|---|
| 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. |