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

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:

Show 42 property paths
Object Type Path to Visible
AreaSeriesView
AreaSeriesViewBase
BarSeriesView
BoxPlotSeriesView
BubbleSeriesView
CandleStickSeriesView
FinancialSeriesViewBase
FullStackedAreaSeriesView
FullStackedBarSeriesView
FullStackedLineSeriesView
FullStackedSplineAreaSeriesView
FullStackedStepAreaSeriesView
GanttSeriesView
LineSeriesView
OverlappedGanttSeriesView
OverlappedRangeBarSeriesView
PointSeriesView
PointSeriesViewBase
RangeAreaSeriesView
RangeBarSeriesView
ScatterLineSeriesView
SeriesViewColorEachSupportBase
SideBySideBarSeriesView
SideBySideFullStackedBarSeriesView
SideBySideGanttSeriesView
SideBySideRangeBarSeriesView
SideBySideStackedBarSeriesView
SplineAreaSeriesView
SplineSeriesView
StackedAreaSeriesView
StackedBarSeriesView
StackedLineSeriesView
StackedSplineAreaSeriesView
StackedStepAreaSeriesView
StepAreaSeriesView
StepLineSeriesView
StockSeriesView
SwiftPlotSeriesView
SwiftPlotSeriesViewBase
WaterfallSeriesView
XYDiagram2DSeriesViewBase
XYDiagramSeriesViewBase
See Also