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

StockSeriesLabel Class

Defines label settings for financial series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class StockSeriesLabel :
    SeriesLabelBase

Remarks

The StockSeriesLabel class provides label functionality for series of the financial view type (namely, stock series and candle stick series). The StockSeriesLabel class inherits properties and methods from the base SeriesLabelBase class which define the common settings of series labels which display connection lines.

An instance of the StockSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is either StockSeriesView or CandleStickSeriesView.

Implements

Inheritance

See Also