ChartAxis.TickMarks 枚举
Specifies the type of the tick mark.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Enumeration TickMarks
用法
Dim instance As ChartAxis.TickMarks
public enum TickMarks
public enum class TickMarks
type TickMarks
public enum TickMarks
成员
| 成员名称 | 说明 | |
|---|---|---|
| None | Tick marks do not appear. | |
| Inside | Tick marks appear inside the axis. | |
| Outside | Tick marks asppear outside the axis. | |
| Cross | Tick marks appear across the axis. |