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

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

Declaration

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