WinForms

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

    Show / Hide Table of Contents

    Class ChartCrosshair

    Inheritance
    System.Object
    ChartCrosshair
    ChartTrackball
    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.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 Description
    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 Description
    ChartLineInfo

    Visible

    Gets or sets the visibility of Trackball.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    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 Description
    AxisTooltipRenderingEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved