Class ChartTrackball
This class provides option to customize the line, tooltip and highlighting symbol of trackball.
Inheritance
System.Object
ChartTrackball
Assembly: Syncfusion.Chart.Windows.dll
public class ChartTrackball : ChartCrosshair
Constructors
Declaration
Properties
Gets or sets the mode to display trackball tooltip.
Declaration
public TrackballTooltipDisplayMode DisplayMode { get; set; }
Property Value
Gets or sets the Symbol options used to highlight the data point. You can customize the shape, interior and border color of the symbol to be highlighted using this instance.
Declaration
public ChartSymbolInfo Symbol { get; set; }
Property Value
Gets or sets the TrackballTooltip instance. You can customize tooltip border, background, fore color, etc., using this instance.
Declaration
public TrackballTooltip Tooltip { get; set; }
Property Value
Methods
Declaration
public override void add_AxisTooltipRendering(AxisTooltipRenderingEventHandler value)
Parameters
Overrides
Declaration
public void add_TrackballTooltipRendering(TrackballTooltipRenderingEventHandler value)
Parameters
Declaration
public override void remove_AxisTooltipRendering(AxisTooltipRenderingEventHandler value)
Parameters
Overrides
Declaration
public void remove_TrackballTooltipRendering(TrackballTooltipRenderingEventHandler value)
Parameters
Events
This event is triggered once for each axis.
You can customize the background, border, text, text color, etc of the tooltip in this event
Declaration
public override event AxisTooltipRenderingEventHandler AxisTooltipRendering
Event Type
Overrides
This event is triggered once for each series.
You can customize the background, border, text, text color, etc of the tooltip in this event
Declaration
public event TrackballTooltipRenderingEventHandler TrackballTooltipRendering
Event Type