Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool Marker2Visible { get; set; }

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