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. |