Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

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 specified settings.
See Also