Class
MarkerInfo

ViewModel representation of the series .

Definition

Constructors

MarkerInfo()

Declaration

cs-api-definition
public MarkerInfo()

Properties

Fill

The fill of the marker's geometry.

Declaration

cs-api-definition
public Brush Fill { get; set; }

Property Value

Brush

Size

The size of the marker's geometry.

Declaration

cs-api-definition
public byte Size { get; set; }

Property Value

byte

Stroke

The stroke of the marker's geometry.

Declaration

cs-api-definition
public Brush Stroke { get; set; }

Property Value

Brush

Thickness

The stroke thickness of the marker's geoemtry.

Declaration

cs-api-definition
public double Thickness { get; set; }

Property Value

double