[]
        
(Showing Draft Content)

C1.Chart.TickMark

TickMark Enum

Specifies whether and where the axis tick marks appear.

Namespace: C1.Chart
Assembly: C1.Blazor.Chart.dll
Syntax
public enum TickMark

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.