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