LineDrawOptions.MarkerVisible Property
Gets or sets whether the marker is visible in the Line Chart when implementing a custom draw.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, if the marker is visible; otherwise, false. |
Remarks
Use the MarkerVisible property to access and modify the visibility of the marker in the Line chart.
See Also