Class TrackballLabelDisplayMode
Defines the way of display mode for trackball labels.
Inheritance
System.Object
TrackballLabelDisplayMode
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public sealed class TrackballLabelDisplayMode : Enum
Fields
FloatAllPoints
Trackball displays all the nearest labels in same x values.
Declaration
public const TrackballLabelDisplayMode FloatAllPoints
Field Value
Type |
---|
TrackballLabelDisplayMode |
GroupAllPoints
Trackball displays label for all the data points that are grouped.
Declaration
public const TrackballLabelDisplayMode GroupAllPoints
Field Value
Type |
---|
TrackballLabelDisplayMode |
NearestPoint
Trackball displays only the nearest label to the touch point.
Declaration
public const TrackballLabelDisplayMode NearestPoint
Field Value
Type |
---|
TrackballLabelDisplayMode |