RangeAreaDrawOptions.Marker2Visible Property
Gets or sets whether the second 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 second marker is visible; otherwise, false. |
Remarks
Use the Marker2Visible property to access and modify the visibility of the second marker in the Range Area chart.
See Also