Back to Devexpress

RangeControlOptions.Visible Property

corelibraries-devexpress-dot-xtracharts-dot-rangecontroloptions-39df371e.md

latest1.6 KB
Original Source

RangeControlOptions.Visible Property

Gets or sets a value indicating whether or not this series should be displayed in a Range Control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Boolean

true to show the current options for storing series in the Range Control; otherwise false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Visible
XYDiagram2DSeriesViewBase

.RangeControlOptions .Visible

|

See Also

RangeControlOptions Class

RangeControlOptions Members

DevExpress.XtraCharts Namespace