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

AreaSeriesView.MarkerSize Property

Gets or sets the size of data point markers.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
Int32

An integer value which specifies the height and width of the plot area of a marker(s), in pixels.

See Also