.netCHARTING v10.5 Documentation
Properties  Methods 

dotnetCHARTING Namespace : AxisTick Class
AxisTick Class Members

The following tables list the members exposed by AxisTick.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property(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.  
Public PropertyGets or sets the properties of the Line drawn on the ChartArea at this AxisTick object's position.  
Public Property(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.  
Public PropertyGets 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)
Public PropertyGets or sets the Label of this AxisTick.  
Public PropertyGets or sets the tick line of this AxisTick. The property Line.Length will control the length of this tick.  
Public PropertyGets or sets an ElementMarker object used instead of the label text.  
Public PropertyGets 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.  
Public PropertyGets or sets the numeric, DateTime, or text value of this ScaleRange. (Inherited from dotnetCHARTING.ScaleRange)
Public PropertyGets or sets the upper bounds of a numeric, DateTime, or text range. (Inherited from dotnetCHARTING.ScaleRange)
Public PropertyGets or sets the lower bounds of a numeric, DateTime, or text range. (Inherited from dotnetCHARTING.ScaleRange)
Top
Public Methods
 NameDescription
Public MethodReleases all resources used by this AxisTick.  
Public MethodSets the colors of this AxisTick's Label, Line, and GridLine.  
Public Method (Inherited from dotnetCHARTING.ScaleRange)
Top
See Also