Class ToolTipLabelPlacement
Defines the way of positioning the tooltip labels.
Inheritance
System.Object
ToolTipLabelPlacement
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class ToolTipLabelPlacement : Enum
Fields
Bottom
Represents the tooltip position left to the interaction point.
Declaration
public const ToolTipLabelPlacement Bottom
Field Value
Type |
---|
ToolTipLabelPlacement |
Left
Represents the tooltip position left to the interaction point.
Declaration
public const ToolTipLabelPlacement Left
Field Value
Type |
---|
ToolTipLabelPlacement |
Right
Represents the tooltip position right to the interaction point.
Declaration
public const ToolTipLabelPlacement Right
Field Value
Type |
---|
ToolTipLabelPlacement |
Top
Represents the tooltip position top to the interaction point.
Declaration
public const ToolTipLabelPlacement Top
Field Value
Type |
---|
ToolTipLabelPlacement |