Skip to main content

AreaSeriesView.MarkerSize Property

Gets or sets the size of data point markers.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

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