IChartSeriesLabel Properties
Defines a point’s label settings.| Name | Description |
|---|---|
| Alignment | Specifies the horizontal alignment of series labels. |
| BackgroundColor | Specifies the label background color. |
| Border | Returns label border settings. |
| Connector | Specifies the label’s connector settings. |
| Font | Returns label font settings. |
| FormatPattern | Specifies a string pattern that formats series label text. |
| HorizontalOffset | Specifies the horizontal offset of series labels. |
| Position | Specifies a point’s label position. |
| RotationAngle | Specifies the rotation angle of series labels. |
| ShowForZeroValues | Specifies whether to show labels for series points with zero values. |
| Texts | Specifies text content for series labels. |
| VerticalOffset | Specifies the vertical offset of series labels. |
| Visible | Specifies the label visibility state. |
See Also