Class ChartFancyToolTipController
The ToolTipController that controls tips visibility, position and style.
Inheritance
System.Object
ChartFancyToolTipController
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartFancyToolTipController : Object, 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
add_TextFormat(ChartTextFormatEventHendler)
Declaration
public void add_TextFormat(ChartTextFormatEventHendler value)
Parameters
| Type | Name | Description |
|---|---|---|
| ChartTextFormatEventHendler | value |
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
remove_TextFormat(ChartTextFormatEventHendler)
Declaration
public void remove_TextFormat(ChartTextFormatEventHendler value)
Parameters
| Type | Name | Description |
|---|---|---|
| ChartTextFormatEventHendler | value |
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