SeriesLabelValuesBase Constructors
The base class for all classes that store values of a series point that the chart uses to make series labels.Name | Parameters | Description |
---|---|---|
SeriesLabelValuesBase(Int32[], String) | pointIndexes, seriesName | Initializes a new SeriesLabelValuesBase instance with the specified name of a series and collection of indices of data points aggregated into a series point whose values the instance stores. |
See Also