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

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.v22.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool Visible { get; set; }

Property Value

Type Description
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 Type Path to Visible
XYDiagram2DSeriesViewBase
See Also