Enumerazione ChartTickMarksType
Specifies the type of the tick mark.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Enumeration ChartTickMarksType
'Utilizzo
Dim instance As ChartTickMarksType
public enum ChartTickMarksType
public enum class ChartTickMarksType
type ChartTickMarksType
public enum ChartTickMarksType
Membri
Nome membro | Descrizione | |
---|---|---|
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. |