[]
        
(Showing Draft Content)

C1.Web.Mvc.Chart.LabelPosition

LabelPosition Enum

Specifies the position of data labels on the chart.

Namespace: C1.Web.Mvc.Chart
Assembly: C1.Web.Mvc.dll
Syntax
public enum LabelPosition

Fields

Name Description
Bottom

The labels appear below the data points.

Center

The labels appear centered on the data points.

Left

The labels appear to the left of the data points.

None

No data labels appear.

Right

The labels appear to the right of the data points.

Top

The labels appear above the data points.