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

Point3DSeriesView.MarkerSize Property

Gets or sets the size of data point markers.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public double MarkerSize { get; set; }

Property Value

Type Description
Double

The marker size in pixels. The default value is 15.

Remarks

The marker size changes according to the diagram’s zoom level.

See Also