Skip to main content
All docs
V26.1
  • StockDataLabel.LabelPosition Property

    Gets or sets the position of the stock data label.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public StockDataLabelPosition LabelPosition { get; set; }

    Property Value

    Type Description
    StockDataLabelPosition

    A StockDataLabelPosition value.

    Available values:

    Name Description
    Left

    Displays a data label to the left of a data point.

    Top

    Displays a data label above a data point.

    Right

    Displays a data label to the right of a data point.

    Bottom

    Displays a data label below a data point.

    Center

    Displays a data label at the center of a data point.

    Default

    Uses the default data label position for a stock chart.

    See Also