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

PieSeriesLabelValues Constructors

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