LineChartRangeControlClientView.MarkerSize Property
Gets or sets the size of markers for data points in a LineChartRangeControlClientView.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
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 |
---|---|
See Also