SeriesLabelValues Constructors
Stores values that you can use to generate text strings for labels of a series (area, bar, line, spline, point, or bubble) when you implement the ISeriesLabelTextProvider interface.Name | Parameters | Description |
---|---|---|
SeriesLabelValues(Int32[], String, Object, Double) | pointIndexes, seriesName, argument, value | Initializes a new instance of the SeriesLabelValues class with specified settings. |
See Also