Back to Devexpress

RangeControlOptions.Visible Property

wpf-devexpress-dot-xpf-dot-charts-dot-rangecontrolclient-dot-rangecontroloptions.md

latest1.5 KB
Original Source

RangeControlOptions.Visible Property

Gets or sets the value indicating whether the Range Control visualized the series data. This is a dependency property.

Namespace : DevExpress.Xpf.Charts.RangeControlClient

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool Visible { get; set; }
vb
Public Property Visible As Boolean

Property Value

TypeDescription
Boolean

true if the Range Control visualizes the series data; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Visible
XYSeries2D

.RangeControlOptions .Visible

|

See Also

RangeControlOptions Class

RangeControlOptions Members

DevExpress.Xpf.Charts.RangeControlClient Namespace