Skip to main content

ISupportMarker2D.MarkerSize Property

When implemented by a class, specifies the point marker’s size (in pixels).

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

int MarkerSize { get; set; }

Property Value

Type Description
Int32

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

See Also