Specifies how tick marks respond to panning the chart canvas.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public enum TickMarkMode
Visual Basic
Public Enumeration TickMarkMode
Visual C++
public enum class TickMarkMode

Members

Member nameValueDescription
Stationary0 Tick marks are stationary. The first tick mark will always start at the very start of the axis and adopt whatever axis value they land on.
Movable1 Tick marks will slide as the chart canvas is panned. This will allow tick marks to be lined up with number series such as 0,1,2,3... or 0,0.5,1,1.5... or 0,10,20,30...

See Also