Skip to main content

LineChartRangeControlClientView.MarkerSize Property

Gets or sets the size of markers for data points in a LineChartRangeControlClientView.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty]
public int MarkerSize { get; set; }

Property Value

Type Description
Int32

An integer value specifying the marker size, in pixels.

Remarks

The MarkerSize property is in affect when the LineChartRangeControlClientView.ShowMarkers property is set to true.

The following images demonstrate the MarkerSize property in action.

MarkerSize= 5 MarkerSize = 10
ChartClientLineView_MarkerSize5 ChartClientLineView_MarkerSize10
See Also