Skip to main content

PointSeriesView.RangeControlViewType Property

Gets or sets a value that specifies which view type should be used to represent the current series in a Range Control.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public RangeControlViewType RangeControlViewType { get; set; }

Property Value

Type Description
RangeControlViewType

A RangeControlViewType object.

Available values:

Name Description
Line

A series is represented in a Range Control using the Line series view.

Point

A series is represented in a Range Control using the Point series view.

Area

A series is represented in a Range Control using the Area series view.

None

A series is not represented in a Range Control.

See Also