Back to Devexpress

StackedSeriesLabelValues Class

maui-devexpress-dot-maui-dot-charts-831fb0d7.md

latest1.3 KB
Original Source

StackedSeriesLabelValues Class

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

csharp
public class StackedSeriesLabelValues :
    SeriesLabelValues

Inheritance

System.Object SeriesLabelValuesBase SeriesLabelValues StackedSeriesLabelValues

Extension Methods

Yield<StackedSeriesLabelValues>()

YieldIfNotNull<StackedSeriesLabelValues>()

See Also

StackedSeriesLabelValues Members

DevExpress.Maui.Charts Namespace