Skip to main content
A newer version of this page is available. .

CircularRangeAreaSeries2D.Marker1Size Property

Gets or sets the size of the first marker of a series point.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public int Marker1Size { get; set; }

Property Value

Type Description
Int32

An integer value, specifying the size of the first series point marker, in pixels.

See Also