Class CircularGaugeTooltipSettings
Inheritance
System.Object
CircularGaugeTooltipSettings
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 CircularGaugeTooltipSettings : EJTagHelper
Constructors
Declaration
public CircularGaugeTooltipSettings()
Properties
Gets and sets the tooltip settings for the annotation in circular gauge.
Declaration
[HtmlAttributeName("annotationSettings")]
public CircularGaugeAnnotationTooltip AnnotationSettings { get; set; }
Property Value
Sets and gets the options to customize the border for circular gauge tooltip.
Declaration
[HtmlAttributeName("border")]
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 or Disables the visibility of tooltip.
Declaration
[HtmlAttributeName("enable")]
public bool Enable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Enables and disables the animation to take place in circular gauge.
Declaration
[HtmlAttributeName("enableAnimation")]
public bool EnableAnimation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Sets and gets the fill color of the 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 |
|
Sets and gets the format for the tooltip content in circular gauge.
Declaration
[HtmlAttributeName("format")]
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 tooltip settings of the range in circular gauge.
Declaration
[HtmlAttributeName("rangeSettings")]
public CircularGaugeRangeTooltip RangeSettings { get; set; }
Property Value
Enables and disables the tooltip of the circular gauge at mouse position. By default, it set as false.
Declaration
[HtmlAttributeName("showAtMousePosition")]
public bool ShowAtMousePosition { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 text style of the gauge tooltip.
Declaration
[HtmlAttributeName("textStyle")]
public CircularGaugeFont TextStyle { get; set; }
Property Value
Sets and gets the options to select the type of tooltip for range, annotation and pointer.
Declaration
[HtmlAttributeName("type")]
public string[] Type { get; set; }
Property Value
Type |
Description |
System.String[] |
|