dotnetCHARTING Send comments on this topic.
AxisTick Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : AxisTick Class


The following tables list the members exposed by AxisTick.

Public Constructors

  Name Description
Public Constructor AxisTick Constructor Overloaded. Initializes a new instance of the AxisTick class.  
Top

Public Properties

  Name Description
Public Property GridLine Gets or sets the properties of the Line drawn on the ChartArea at this AxisTick object's position.  
Public Property 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 ScaleRange)
Public Property Label Gets or sets the Label of this AxisTick.  
Public Property Line Gets or sets the tick line of this AxisTick. The property Line.Length will control the length of this tick.  
Public Property Marker Gets or sets an ElementMarker object used instead of the label text.  
Public Property 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.  
Public Property Value Gets or sets the numeric, DateTime, or text value of this ScaleRange. (Inherited from ScaleRange)
Public Property ValueHigh Gets or sets the upper bounds of a numeric, DateTime, or text range. (Inherited from ScaleRange)
Public Property ValueLow Gets or sets the lower bounds of a numeric, DateTime, or text range. (Inherited from ScaleRange)
Top

Public Methods

  Name Description
Public Method Dispose Releases all resources used by this AxisTick.  
Public Method SetAllColors Sets the colors of this AxisTick's Label, Line, and GridLine.  
Public Method ToString (Inherited from ScaleRange)
Top

See Also