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