Enum ToolTipLabelPlacement
Defines the way of positioning the tooltip labels.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum ToolTipLabelPlacement
Fields
| Name | Description |
|---|---|
| Bottom | Represents the tooltip position left to the interaction point. |
| Left | Represents the tooltip position left to the interaction point. |
| Right | Represents the tooltip position right to the interaction point. |
| Top | Represents the tooltip position top to the interaction point. |