[]
        
(Showing Draft Content)

C1.iOS.Chart.ChartTickMarkType

ChartTickMarkType Class

Specifies whether and where the axis tick marks appear.

Inheritance
ChartTickMarkType
Namespace: C1.iOS.Chart
Assembly: C1.iOS.Chart.dll
Syntax
public sealed class ChartTickMarkType : Enum

Fields

Name Description
Cross

Tick marks cross the axis.

Inside

Tick marks appear inside the plot area.

None

No tick marks appear.

Outside

Tick marks appear outside the plot area.

value__