Skip to main content

Point3DSeriesView.MarkerSize Property

Gets or sets the size of data point markers.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: 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