Skip to main content

RangePointOptions.ValueAsDuration Property

Gets or sets a value specifying for a specific range series, whether or not series labels should show point values and durations (i.e. as differences between min and max values in each data point).

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool ValueAsDuration { get; set; }

Property Value

Type Description
Boolean

true if the values are displayed as a value difference, false if the values are displayed individually.

Remarks

The picture below shows a different label appearance for Range Bar series: the “Series 1” has its ValueAsDuration property set to false while “Series 2” has it set to true.

RangeBarPointOptions_ValueAsDuration.png

See Also