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

RangeControlOptions.Visible Property

Gets or sets the value indicating whether the Range Control visualized the series data.

Namespace: DevExpress.Xpf.Charts.RangeControlClient

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

Declaration

public bool Visible { get; set; }

Property Value

Type Description
Boolean

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

Property Paths

You can access this nested property as listed below:

Show 33 property paths
Object Type Path to Visible
AreaFullStackedSeries2D
AreaSeries2D
AreaStackedSeries2D
AreaStepFullStackedSeries2D
AreaStepSeries2D
AreaStepStackedSeries2D
BarFullStackedSeries2D
BarSeries2D
BarSeries2DBase
BarSideBySideFullStackedSeries2D
BarSideBySideSeries2D
BarSideBySideStackedSeries2D
BarStackedSeries2D
BubbleSeries2D
CandleStickSeries2D
FinancialSeries2D
LineFullStackedSeries2D
LineScatterSeries2D
LineSeries2D
LineStackedSeries2D
LineStepSeries2D
MarkerSeries2D
PointSeries2D
RangeAreaSeries2D
RangeBarOverlappedSeries2D
RangeBarSeries2D
RangeBarSideBySideSeries2D
SplineAreaFullStackedSeries2D
SplineAreaSeries2D
SplineAreaStackedSeries2D
SplineSeries2D
StockSeries2D
XYSeries2D

Remarks

This is a dependency property.

See Also