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

CircularRangeAreaSeries2D.Marker2Visible Property

Gets or sets a value indicating whether to show markers that indicate the second values.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public bool Marker2Visible { get; set; }

Property Value

Type Description
Boolean

true to show second value markers; false to hide them.

See Also