Name | Description | |
---|---|---|
ChartTickMarks Constructor | Initializes a new instance of the ChartTickMarks class. |
The following tables list the members exposed by ChartTickMarks.
Name | Description | |
---|---|---|
ChartTickMarks Constructor | Initializes a new instance of the ChartTickMarks class. |
Name | Description | |
---|---|---|
Enabled | Gets or sets a value indicating whether tick marks should be shown.
Default: Auto, which means true for major tick marks and false for minor tick marks. | |
Interval | Gets or sets the interval between tick marks.
Default (0) uses Interval. | |
IntervalOffset | Gets or sets the offset for the first tick mark from the axis min.
Default (0) uses IntervalOffset. | |
IntervalOffsetType | Gets or sets the units for the IntervalOffset.
Default: ChartAxisIntervalType.Default, which in this case means ChartAxis.IntervalOffsetType. | |
IntervalType | Gets or sets the units for the Interval.
Default: ChartAxisIntervalType.Default, which in this case means ChartAxis.IntervalType. | |
Length | Gets or sets the length of the tick mark as a percentage of the chart size.
Default: 1. | |
Style | Gets the Style object defining the line style for tick marks. | |
Type | Gets or sets the type of the tick mark. |
Name | Description | |
---|---|---|
AssignFrom | Copies properties from another ChartTickMarks to the current object. |