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