Class ChartFancyToolTipController
The ToolTipController that controls tips visibility, position and style.
Inheritance
System.Object
ChartFancyToolTipController
Implements
System.IDisposable
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.Base.dll
Syntax
public sealed class ChartFancyToolTipController : IDisposable
Constructors
ChartFancyToolTipController(IChartAreaHost)
Initializes a new instance of the ChartFancyToolTipController class.
Declaration
public ChartFancyToolTipController(IChartAreaHost chart)
Parameters
Type | Name | Description |
---|---|---|
IChartAreaHost | chart | The chart. |
ChartFancyToolTipController(IChartAreaHost, Control)
Initializes a new instance of the ChartFancyToolTipController class.
Declaration
public ChartFancyToolTipController(IChartAreaHost chart, Control host)
Parameters
Type | Name | Description |
---|---|---|
IChartAreaHost | chart | The chart. |
System.Windows.Forms.Control | host | The host. |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Events
TextFormat
An event that is raised when the text format is changed.
Declaration
public event ChartTextFormatEventHendler TextFormat
Event Type
Type |
---|
ChartTextFormatEventHendler |
Implements
System.IDisposable