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.v24.1.dll
NuGet Package: DevExpress.Charts
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.
See Also