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

StackedSeriesLabelValues Constructors

Stores values that you can use to generate text strings for stacked area or stacked bar series labels when you implement the ISeriesLabelTextProvider interface.
Name Parameters Description
StackedSeriesLabelValues(Int32[], String, Object, Double, Double) pointIndexes, seriesName, argument, value, valueInPercent Initializes a new instance of the StackedSeriesLabelValues class with default settings.
See Also