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

ISupportMarker2D.MarkerSize Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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