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

成员

成员名称 说明
Cross Tick marks appear across the axis.
Inside Tick marks appear inside the axis.
None No tick marks appear.
Outside Tick marks appear outside the axis.

请参阅

参考

Microsoft.ReportingServices.OnDemandReportRendering 命名空间