Class ChartCrosshair
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Windows.dll
Syntax
public class ChartCrosshair
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 |