'Declaration Public Enum ChartDataLabelPosition Inherits System.Enum
public enum ChartDataLabelPosition : System.Enum
'Declaration Public Enum ChartDataLabelPosition Inherits System.Enum
public enum ChartDataLabelPosition : System.Enum
Member | Description |
---|---|
Auto | Default. |
Bottom | Position label at Bottom of data point. |
BottomLeft | Position label at BottomLeft of data point. |
BottomRight | Position label at BottomRight of data point. |
Center | Position label at Center of data point. |
Left | Position label at Left of data point. |
Outside | Position label Outside of data point For non-Pie charts, Outside is treated as Top. |
Right | Position label at Right of data point |
Top | Position label at Top of data point. |
TopLeft | Position label at TopLeft of data point. |
TopRight | Position label at TopRight of data point. |
System.Object
System.ValueType
System.Enum
C1.C1Rdl.Rdl2008.ChartDataLabelPosition