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