ChartTickMarksType 열거형
Specifies the type of the tick mark.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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. |