API Reference
Class
ChartDataLabelPlacement
Defines preferred placement for data labels on capable chart renderers.
Inheritance
- Object
- ChartDataLabelPlacement
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method Chart.AddPointCallout
- Method Chart.AddPointCallout
- Method Chart.WithDashboardTrendFocus
- Method Chart.WithDataLabelPlacement
- Method ChartSeries.WithDataLabelPlacement
- Method PolarChartGeometry.DataLabelPoint
Fields
Auto #Lets the renderer choose an edge-aware placement.
Above #Places labels above the mark when possible.
Below #Places labels below the mark when possible.
Inside #Places labels inside the mark when possible.
Outside #Places labels outside the mark when possible.
Center #Places labels centered on the mark when possible.
Left #Places labels to the left of the mark when possible.
Right #Places labels to the right of the mark when possible.