Class CircularGaugeRangeTooltipBuilder
Inheritance
System.Object
CircularGaugeRangeTooltipBuilder
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 CircularGaugeRangeTooltipBuilder : ControlBuilder
Constructors
Declaration
public CircularGaugeRangeTooltipBuilder()
Declaration
public CircularGaugeRangeTooltipBuilder(CircularGaugeRangeTooltip model)
Parameters
Methods
Sets and gets the options to customize the style properties of the border for range tooltip.
Declaration
public CircularGaugeRangeTooltipBuilder Border(CircularGaugeBorder value)
Parameters
Returns
Declaration
public CircularGaugeRangeTooltipBuilder Border(Action<CircularGaugeBorderBuilder> border)
Parameters
Returns
Enables and disables the animation for the range tooltip. The animation is set as true by default.
Declaration
public CircularGaugeRangeTooltipBuilder EnableAnimation(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Gets and sets the fill color of the range tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.
Declaration
public CircularGaugeRangeTooltipBuilder Fill(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Sets and gets the format of the range tooltip in circular gauge.
Declaration
public CircularGaugeRangeTooltipBuilder Format(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Enables and disables the range tooltip to be shown at mouse position. By default, it set as false.
Declaration
public CircularGaugeRangeTooltipBuilder 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 CircularGaugeRangeTooltipBuilder Template(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
TextStyle(CircularGaugeFont)
Sets and gets the options for the text style of the tooltip text for ranges in circular gauge.
Declaration
public CircularGaugeRangeTooltipBuilder TextStyle(CircularGaugeFont value)
Parameters
Returns
TextStyle(Action<CircularGaugeFontBuilder>)
Declaration
public CircularGaugeRangeTooltipBuilder TextStyle(Action<CircularGaugeFontBuilder> textStyle)
Parameters
Returns