Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether major or minor tick marks are enabled.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration ChartTickMarksEnabledTypes
'Usage
Dim instance As ChartTickMarksEnabledTypes
public enum ChartTickMarksEnabledTypes
public enum class ChartTickMarksEnabledTypes
type ChartTickMarksEnabledTypes
public enum ChartTickMarksEnabledTypes
Members
Member name | Description | |
---|---|---|
Auto | Indicates that the report processor should automatically determine the setting. | |
False | Indicates that major or minor tick marks are not enabled. | |
True | Indicates that major or minor tick marks are enabled. |