RangeSeriesLabelValues Class
In This Article
Stores values that you can use to generate text strings for range area or range bar series labels when you implement the ISeriesLabelTextProvider interface.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
public class RangeSeriesLabelValues :
SeriesLabelValuesBase
#Inheritance
Object
SeriesLabelValuesBase
RangeSeriesLabelValues
See Also