Skip to main content

RangeSeriesLabelValues Constructors

Stores values that you can use to generate text strings for range area or range bar series labels when you implement the ISeriesLabelTextProvider interface.
Name Parameters Description
RangeSeriesLabelValues(Int32[], String, Object, Double, Double, LabelPosition) pointIndexes, seriesName, argument, highValue, lowValue, position Initializes a new instance of the RangeSeriesLabelValues class with specified settings.
See Also