ChartTickMarksEnabledTypes 열거형
Specifies whether major or minor tick marks are enabled.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Enumeration ChartTickMarksEnabledTypes
‘사용 방법
Dim instance As ChartTickMarksEnabledTypes
public enum ChartTickMarksEnabledTypes
public enum class ChartTickMarksEnabledTypes
type ChartTickMarksEnabledTypes
public enum ChartTickMarksEnabledTypes
멤버
멤버 이름 | 설명 | |
---|---|---|
Auto | Indicates that the report processor should automatically determine the setting. | |
True | Indicates that major or minor tick marks are enabled. | |
False | Indicates that major or minor tick marks are not enabled. |