Skip to main content

PointSeriesView.MarkerSize Property

Gets or sets the size of data point markers.

Namespace: DevExpress.WinUI.Charts

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(10, Handler = "UpdateSeriesLabels")]
public int MarkerSize { get; set; }

Property Value

Type Description
Int32

A Int32 object.

See Also