Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies whether to include zero on the axis scale.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration ChartIncludeZeroTypes
'Usage
Dim instance As ChartIncludeZeroTypes
public enum ChartIncludeZeroTypes
public enum class ChartIncludeZeroTypes
type ChartIncludeZeroTypes
public enum ChartIncludeZeroTypes
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Auto | Indicates that the report processor should automatically determine the setting. | |
| False | Indicates that the axis scale should not include the zero value. | |
| True | Indicates that the axis scale should include the zero value. |