[]
        
(Showing Draft Content)

C1.iOS.Chart.ChartMarkerType

ChartMarkerType Class

Specifies the type of marker to use for the ChartMarkerType property. Applies to Scatter, LineSymbols, and SplineSymbols chart types.

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

Fields

Name Description
Box

Uses a square to mark each data point.

Dot

Uses a circle to mark each data point.

value__