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