Class CircularGaugeAnnotationTooltip
Inheritance
System.Object
CircularGaugeAnnotationTooltip
Assembly: Syncfusion.EJ2.dll
public class CircularGaugeAnnotationTooltip : EJTagHelper
Constructors
Declaration
public CircularGaugeAnnotationTooltip()
Properties
Sets and gets the options to customize the border for annotation tooltip.
Declaration
public CircularGaugeBorder Border { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Enables and disables the animation of the annotation tooltip. By default, the animation is set as true.
Declaration
public bool EnableAnimation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
Sets and gets the format of annotation in tooltip.
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
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 string Template { get; set; }
Property Value
Type |
Description |
System.String |
|
TextStyle
Gets and sets the tooltip text style of annotation.
Declaration
public CircularGaugeFont TextStyle { get; set; }
Property Value