LabelDisplayMode Property
Gets or sets the trackball display mode for label
Syntax
'Declaration Public Property LabelDisplayMode As TrackballLabelDisplayMode
'Usage Dim instance As ChartTrackBallBehavior Dim value As TrackballLabelDisplayMode instance.LabelDisplayMode = value value = instance.LabelDisplayMode
public TrackballLabelDisplayMode LabelDisplayMode {get; set;}
AssemblyVersion
Syncfusion.SfChart.WPF: 17.3460.0.26
See Also