共用方式為


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.