Skip to main content

PointSeries3D.MarkerSize Property

Gets or sets the size of series 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

A Double value which specifies the marker height and width in value axis measurement units. The default value is 0.6.

Remarks

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

See Also