Class PivotViewPivotChartAxisCrosshairTooltip
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
PivotViewPivotChartAxisCrosshairTooltip
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 |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Enable
If set to true, crosshair ToolTip will be visible.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Fill
Allows to set the fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.
Declaration
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
public object TextStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |