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

FinancialSeriesLabelValues Constructors

Stores values that you can use to generate text strings for financial series labels when you implement the ISeriesLabelTextProvider interface.
Name Parameters Description
FinancialSeriesLabelValues(Int32[], String, DateTime, Double, Double, Double, Double) pointIndexes, seriesName, argument, highValue, lowValue, openValue, closeValue Initializes a new instance of the FinancialSeriesLabelValues class with default settings.
See Also