Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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