Enum TrackballLabelDisplayMode
Defines the way of display mode for trackball labels.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum TrackballLabelDisplayMode
Fields
Name | Description |
---|---|
FloatAllPoints | Trackball displays all the nearest labels in same x values. |
GroupAllPoints | Trackball displays label for all the data points that are grouped. |
NearestPoint | Trackball displays only the nearest label to the touch point. |