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