AxisTick Class Members
The following tables list the members exposed by AxisTick.
Public Constructors
Name | Description | |
---|---|---|
AxisTick Constructor | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
AxisID | (JS Chart Only) Gets or sets the axis id of the axis that the element tick should be shown when used with Element.XAxisTick or Element.YAxisTick. | |
GridLine | Gets or sets the properties of the Line drawn on the ChartArea at this AxisTick object's position. | |
HoverAction | (JS Chart Only) Gets or sets the hover action when the mouse hovers over the axis tick when it is set through Element.XAxisTick or Element.YAxisTick. By default the behavior is either HighlightSeries or HighlightPointGroup depending on the orientation of the axis. | |
IncludeInAxisScale | Gets or sets a value indicating whether an AxisTick or AxisMarker object using this ScaleRange will force the axis to expand it's scale to show it. (Inherited from dotnetCHARTING.ScaleRange) | |
Label | Gets or sets the Label of this AxisTick. | |
Line | Gets or sets the tick line of this AxisTick. The property Line.Length will control the length of this tick. | |
Marker | Gets or sets an ElementMarker object used instead of the label text. | |
OverrideTicks | Gets or sets a value indicating whether this range AxisTick is drawn on an axis or if it's properties are used to override those of other AxisTicks within it's range. | |
Value | Gets or sets the numeric, DateTime, or text value of this ScaleRange. (Inherited from dotnetCHARTING.ScaleRange) | |
ValueHigh | Gets or sets the upper bounds of a numeric, DateTime, or text range. (Inherited from dotnetCHARTING.ScaleRange) | |
ValueLow | Gets or sets the lower bounds of a numeric, DateTime, or text range. (Inherited from dotnetCHARTING.ScaleRange) |
Public Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by this AxisTick. | |
SetAllColors | Sets the colors of this AxisTick's Label, Line, and GridLine. | |
ToString | (Inherited from dotnetCHARTING.ScaleRange) |
See Also