Specifies the layout of the tick marks along a ChartAxis.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Members

Member nameValueDescription
Normal0 Tick marks are positioned from the start to the end of the ChartAxis.
Inside1 Tick marks start and end between a buffer placed at each end of the ChartAxis.

See Also