Énumération ChartTickMarkTypes
Specifies the type of the tick mark.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Enumeration ChartTickMarkTypes
'Utilisation
Dim instance As ChartTickMarkTypes
public enum ChartTickMarkTypes
public enum class ChartTickMarkTypes
type ChartTickMarkTypes
public enum ChartTickMarkTypes
Membres
| Nom de membre | Description | |
|---|---|---|
| Outside | Tick marks appear outside the axis. | |
| Inside | Tick marks appear inside the axis. | |
| Cross | Tick marks appear across the axis. | |
| None | No tick marks appear. |