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