Class PivotViewPivotChartAxisCrosshairTooltip
Inheritance
System.Object
PivotViewPivotChartAxisCrosshairTooltip
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.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPivotChartAxisCrosshairTooltip : EJTagHelper
Constructors
PivotViewPivotChartAxisCrosshairTooltip()
Declaration
public PivotViewPivotChartAxisCrosshairTooltip()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Enable
If set to true, crosshair ToolTip will be visible.
Declaration
[HtmlAttributeName("enable")]
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is null |
Fill
Allows to set the fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.
Declaration
[HtmlAttributeName("fill")]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
TextStyle
Allows options to customize the crosshair ToolTip text.
Declaration
[HtmlAttributeName("textStyle")]
public object TextStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |