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

RangeAreaSeries2D.Marker1Visible Property

Gets or sets a value indicating whether to show markers which indicate the first values of range area series points.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public bool Marker1Visible { get; set; }

Property Value

Type Description
Boolean

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

See Also