Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
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