Class ChartFancyToolTipInfo
Contains the appearance properties of fancy tooltip.
Inheritance
Inherited Members
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartFancyToolTipInfo
Constructors
ChartFancyToolTipInfo()
Initializes a new instance of the ChartFancyToolTipInfo class.
Declaration
public ChartFancyToolTipInfo()
Properties
Alignment
Gets or Sets the alignment of the tab for the FancyToolTip. Default is Left.
Declaration
[ChartTemplate(ChartTemplateSet.Simple)]
public TabAlignment Alignment { get; set; }
Property Value
Type |
---|
System.Windows.Forms.TabAlignment |
Angle
Gets or Sets the angle of the arrow in the tooltip. Default is 15f.
Declaration
[ChartTemplate(ChartTemplateSet.Simple)]
public float Angle { get; set; }
Property Value
Type |
---|
System.Single |
BackColor
Gets or sets the backcolor for the FancyToolTip. Default is Color.Info.
Declaration
[ChartTemplate(ChartTemplateSet.Simple)]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Border
Gets or sets the information that is used for specifying border properties.
Declaration
public LineInfo Border { get; }
Property Value
Type |
---|
LineInfo |
CheckLocation
Gets or Sets this property. When this property is set to true, the Tool Tip will be auto aligned depending on the size. Default is true.
Declaration
public bool CheckLocation { get; set; }
Property Value
Type |
---|
System.Boolean |
Font
Gets or sets the font information of the FancyToolTip.
Declaration
[ChartTemplate(ChartTemplateSet.Simple)]
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Gets or sets the forecolor for the FancyToolTip. Default is Color.Black.
Declaration
[ChartTemplate(ChartTemplateSet.Simple)]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ResizeInsideSymbol
Gets or sets a value indicating the Resize the Inside of Fancy Symbol. Default is false.
Declaration
[ChartTemplate(ChartTemplateSet.Simple)]
public bool ResizeInsideSymbol { get; set; }
Property Value
Type |
---|
System.Boolean |
Spacing
Gets or Sets the interval between the border and the tool tip text. Default is 4f.
Declaration
[ChartTemplate(ChartTemplateSet.Simple)]
public float Spacing { get; set; }
Property Value
Type |
---|
System.Single |
Style
Gets or Sets MarkerStyle of the tool tip. Default is SmoothRectangle.
Declaration
[ChartTemplate(ChartTemplateSet.Simple)]
public MarkerStyle Style { get; set; }
Property Value
Type |
---|
MarkerStyle |
Symbol
Gets or Sets the symbol associated with the FancyToolTip. Default is Circle.
Declaration
[ChartTemplate(ChartTemplateSet.Simple)]
public ChartSymbolShape Symbol { get; set; }
Property Value
Type |
---|
ChartSymbolShape |
Remarks
Image symbol isn't work for FancyToolTip.
SymbolColor
Gets or sets the backcolor for the symbol on FancyToolTip. Default is Color.Red.
Declaration
[Obsolete]
public Color SymbolColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SymbolSize
Gets or Sets the size of the Symbol associated with the FancyToolTip. Default is (10, 10).
Declaration
[ChartTemplate(ChartTemplateSet.Simple)]
public Size SymbolSize { get; set; }
Property Value
Type |
---|
System.Drawing.Size |
ToTarget
Gets or sets the space between the symbol and the marker. Default is 20f.
Declaration
public float ToTarget { get; set; }
Property Value
Type |
---|
System.Single |
Visible
Gets or sets a value indicating the visibility of the Fancy tooltip. Default is false.
Declaration
[ChartTemplate(ChartTemplateSet.Simple)]
public bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Read(ChartFancyToolTip)
Sets the characteristics of this tooltip same as the input Fancy tooltip
Declaration
public void Read(ChartFancyToolTip fancyToolTip)
Parameters
Type | Name | Description |
---|---|---|
ChartFancyToolTip | fancyToolTip |
Read(ChartFancyToolTipInfo)
Sets the characteristics of this tooltip same as the input Fancy tooltip
Declaration
public void Read(ChartFancyToolTipInfo fancyToolTip)
Parameters
Type | Name | Description |
---|---|---|
ChartFancyToolTipInfo | fancyToolTip |
Write(ChartFancyToolTip)
Sets this characteristics for the input Fancy tooltip
Declaration
public void Write(ChartFancyToolTip fancyToolTip)
Parameters
Type | Name | Description |
---|---|---|
ChartFancyToolTip | fancyToolTip |
Write(ChartFancyToolTipInfo)
Sets this characteristics for the input Fancy tooltip
Declaration
public void Write(ChartFancyToolTipInfo fancyToolTip)
Parameters
Type | Name | Description |
---|---|---|
ChartFancyToolTipInfo | fancyToolTip |