Skip to main content

LineSeriesViewBase.MarkerSize Property

Specifies the size of data point markers, in pixels.

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

The marker size in pixels.

See Also