ChartTickMarksType 枚举
Specifies the type of the tick mark.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Enumeration ChartTickMarksType
用法
Dim instance As ChartTickMarksType
public enum ChartTickMarksType
public enum class ChartTickMarksType
type ChartTickMarksType
public enum ChartTickMarksType
成员
| 成员名称 | 说明 | |
|---|---|---|
| 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. |