ChartTickMarkTypes 列舉
Specifies the type of the tick mark.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Enumeration ChartTickMarkTypes
'用途
Dim instance As ChartTickMarkTypes
public enum ChartTickMarkTypes
public enum class ChartTickMarkTypes
type ChartTickMarkTypes
public enum ChartTickMarkTypes
成員
成員名稱 | 說明 | |
---|---|---|
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. |