WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartFancyToolTipController - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartFancyToolTipController

    The ToolTipController that controls tips visibility, position and style.

    Inheritance
    System.Object
    ChartFancyToolTipController
    Implements
    System.IDisposable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    ChartTextFormatEventHendler

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved