LabelCollisionMode Enum
Specifies how data point labels resolve collisions.
public enum LabelCollisionMode
Fields
| Name | Description |
|---|---|
| None | Indicates that data point labels will not attempt to resolve collision and can overlap. |
| Stacked | Indicates that overlapping data point labels will stack above or below each other, away from the baseline. |