Class TooltipOpeningEventArgs
Class used to create the tooltip opening event arguments.
Inheritance
System.Object
System.EventArgs
TooltipOpeningEventArgs
Inherited Members
System.EventArgs.Empty
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.WinForms.SmithChart
Assembly: Syncfusion.SfSmithChart.WinForms.dll
Syntax
public class TooltipOpeningEventArgs : EventArgs
Constructors
TooltipOpeningEventArgs()
Declaration
public TooltipOpeningEventArgs()
Properties
Data
Gets the current point's data.
Declaration
public object Data { get; }
Property Value
Type |
---|
System.Object |
PointIndex
Gets the current point index value of the series.
Declaration
public double PointIndex { get; }
Property Value
Type |
---|
System.Double |
SeriesIndex
Gets the current series index value.
Declaration
public double SeriesIndex { get; }
Property Value
Type |
---|
System.Double |
Style
Gets or sets the value to customize the tooltip font styles, text color and background color.
Declaration
public TooltipOptions Style { get; set; }
Property Value
Type |
---|
TooltipOptions |
Text
Gets or sets the tooltip text which display on mouse over.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |