Class PivotViewPivotChartAxisCrosshairTooltip
Inheritance
System.Object
PivotViewPivotChartAxisCrosshairTooltip
Inherited Members
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. @default false
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
TextStyle
Allows options to customize the crosshair ToolTip text.
Declaration
public object TextStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Object |