Class CircularGaugeTooltipSettingsBuilder
Inheritance
System.Object
CircularGaugeTooltipSettingsBuilder
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 CircularGaugeTooltipSettingsBuilder : ControlBuilder
Constructors
Declaration
public CircularGaugeTooltipSettingsBuilder()
Declaration
public CircularGaugeTooltipSettingsBuilder(CircularGaugeTooltipSettings model)
Parameters
Methods
Gets and sets the tooltip settings for the annotation in circular gauge.
Declaration
public CircularGaugeTooltipSettingsBuilder AnnotationSettings(CircularGaugeAnnotationTooltip value)
Parameters
Returns
Declaration
public CircularGaugeTooltipSettingsBuilder AnnotationSettings(Action<CircularGaugeAnnotationTooltipBuilder> annotationSettings)
Parameters
Returns
Sets and gets the options to customize the border for circular gauge tooltip.
Declaration
public CircularGaugeTooltipSettingsBuilder Border(CircularGaugeBorder value)
Parameters
Returns
Declaration
public CircularGaugeTooltipSettingsBuilder Border(Action<CircularGaugeBorderBuilder> border)
Parameters
Returns
Enables or Disables the visibility of tooltip.
Declaration
public CircularGaugeTooltipSettingsBuilder Enable(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Enables and disables the animation to take place in circular gauge.
Declaration
public CircularGaugeTooltipSettingsBuilder EnableAnimation(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
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
public CircularGaugeTooltipSettingsBuilder Fill(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Sets and gets the format for the tooltip content in circular gauge.
Declaration
public CircularGaugeTooltipSettingsBuilder Format(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Sets and gets the tooltip settings of the range in circular gauge.
Declaration
public CircularGaugeTooltipSettingsBuilder RangeSettings(CircularGaugeRangeTooltip value)
Parameters
Returns
Declaration
public CircularGaugeTooltipSettingsBuilder RangeSettings(Action<CircularGaugeRangeTooltipBuilder> rangeSettings)
Parameters
Returns
Enables and disables the tooltip of the circular gauge at mouse position. By default, it set as false.
Declaration
public CircularGaugeTooltipSettingsBuilder ShowAtMousePosition(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
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 CircularGaugeTooltipSettingsBuilder Template(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
TextStyle(CircularGaugeFont)
Gets and sets the text style of the gauge tooltip.
Declaration
public CircularGaugeTooltipSettingsBuilder TextStyle(CircularGaugeFont value)
Parameters
Returns
TextStyle(Action<CircularGaugeFontBuilder>)
Declaration
public CircularGaugeTooltipSettingsBuilder TextStyle(Action<CircularGaugeFontBuilder> textStyle)
Parameters
Returns
Sets and gets the options to select the type of tooltip for range, annotation and pointer.
Declaration
public CircularGaugeTooltipSettingsBuilder Type(string[] value)
Parameters
Type |
Name |
Description |
System.String[] |
value |
|
Returns