ASP.NET Core MVC Controls | ComponentOne
In This Topic
    LabelPosition Enum
    In This Topic
    File
    wijmo.chart.js
    Module
    wijmo.chart

    Specifies the position of data labels on the chart.

    Members

    Name Value Description
    None 0

    No data labels appear.

    Left 1

    The labels appear to the left of the data points.

    Top 2

    The labels appear above the data points.

    Right 3

    The labels appear to the right of the data points.

    Bottom 4

    The labels appear below the data points.

    Center 5

    The labels appear centered on the data points.