Class CircularGaugeAnnotationTooltipBuilder
Inheritance
System.Object
CircularGaugeAnnotationTooltipBuilder
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()
Assembly: Syncfusion.EJ2.dll
public class CircularGaugeAnnotationTooltipBuilder : ControlBuilder
Constructors
Declaration
public CircularGaugeAnnotationTooltipBuilder()
Declaration
public CircularGaugeAnnotationTooltipBuilder(CircularGaugeAnnotationTooltip model)
Parameters
Methods
Sets and gets the options to customize the style properties of the border for annotation tooltip.
Declaration
public CircularGaugeAnnotationTooltipBuilder Border(CircularGaugeBorder value)
Parameters
Returns
Declaration
public CircularGaugeAnnotationTooltipBuilder Border(Action<CircularGaugeBorderBuilder> border)
Parameters
Returns
Enables and disables the animation of the annotation tooltip. By default, the animation is set as true.
Declaration
public CircularGaugeAnnotationTooltipBuilder EnableAnimation(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Sets and gets the fill color of the annotation tooltip. This property accepts value in hex code,
rgba string as a valid CSS color string.
Declaration
public CircularGaugeAnnotationTooltipBuilder Fill(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Sets and gets the format of annotation in tooltip.
Declaration
public CircularGaugeAnnotationTooltipBuilder Format(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Sets and gets the custom template to format the tooltip content. Use ${x} and ${y}
as a placeholder text to display the corresponding data point.
Declaration
public CircularGaugeAnnotationTooltipBuilder Template(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
TextStyle(CircularGaugeFont)
Gets and sets the tooltip text style of annotation.
Declaration
public CircularGaugeAnnotationTooltipBuilder TextStyle(CircularGaugeFont value)
Parameters
Returns
TextStyle(Action<CircularGaugeFontBuilder>)
Declaration
public CircularGaugeAnnotationTooltipBuilder TextStyle(Action<CircularGaugeFontBuilder> textStyle)
Parameters
Returns