Skip to main content

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

NuGet Package: DevExpress.Charts

Declaration

public bool Marker1Visible { get; set; }

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