Class ChartCrosshair
ChartCrosshair enables viewing of information related to Chart coordinates, at mouse over position or at touch contact point inside a Chart.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Windows.dll
Syntax
public class ChartCrosshair
Remarks
ChartCrosshair displays a vertical line, horizontal line and a popup like control displaying information about the data point At touch contact point or at mouse over position. You can also customize the look of cross hair and information displayed in a label.
Constructors
ChartCrosshair()
Initializes a new instance of the ChartCrosshair class.
Declaration
public ChartCrosshair()
Properties
AxisTooltip
Gets or sets the options to customize axis tooltip.
Declaration
public TrackballTooltip AxisTooltip { get; set; }
Property Value
| Type |
|---|
| TrackballTooltip |
Line
Gets or sets the LineInfo instance. This instance holds the pen information to draw tracker line.
Declaration
public ChartLineInfo Line { get; set; }
Property Value
| Type |
|---|
| ChartLineInfo |
Visible
Gets or sets the visibility of Trackball.
Declaration
public bool Visible { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Events
AxisTooltipRendering
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 virtual event AxisTooltipRenderingEventHandler AxisTooltipRendering
Event Type
| Type |
|---|
| AxisTooltipRenderingEventHandler |