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


Encapsulates an axis tick that includes Label or ElementMarker, TickLine, and GridLine styling objects.

Object Model





Syntax

Visual Basic (Declaration) 
Public Class AxisTick 
   Inherits ScaleRange
   Implements IInstanceID 
Visual Basic (Usage)Copy Code
Dim instance As AxisTick
C# 
public class AxisTick : ScaleRange, IInstanceID  

Remarks

Appearance
AxisTick objects can appear in three different ways.

  • Normal axis tick with a label.
  • AxisTick where the label is replaced with the AxisTick.Marker object (Icon or Image).
  • Range AxisTick in which case the tick has a low and high value.

Uses
AxisTick objects can also be used in different ways.

  • As an additional axis tick.
  • To override a tick on an axis.
  • To override multiple ticks on an axis.

Inheritance Hierarchy

System.Object
   dotnetCHARTING.ScaleRange
      dotnetCHARTING.AxisTick

See Also

© 2010 All Rights Reserved.