Class PivotViewPivotChartAxisCrosshairTooltipBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartAxisCrosshairTooltipBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.AspNetMvc.PivotView.dll
Syntax
public class PivotViewPivotChartAxisCrosshairTooltipBuilder : ControlBuilder
Constructors
PivotViewPivotChartAxisCrosshairTooltipBuilder()
Declaration
public PivotViewPivotChartAxisCrosshairTooltipBuilder()
PivotViewPivotChartAxisCrosshairTooltipBuilder(PivotViewPivotChartAxisCrosshairTooltip)
Declaration
public PivotViewPivotChartAxisCrosshairTooltipBuilder(PivotViewPivotChartAxisCrosshairTooltip model)
Parameters
| Type | Name | Description |
|---|---|---|
| PivotViewPivotChartAxisCrosshairTooltip | model |
Methods
Enable(Boolean)
If set to true, crosshair ToolTip will be visible.
Declaration
public PivotViewPivotChartAxisCrosshairTooltipBuilder Enable(bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | value |
Returns
| Type |
|---|
| PivotViewPivotChartAxisCrosshairTooltipBuilder |
Fill(String)
Allows to set the fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.
Declaration
public PivotViewPivotChartAxisCrosshairTooltipBuilder Fill(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| PivotViewPivotChartAxisCrosshairTooltipBuilder |
TextStyle(Object)
Allows options to customize the crosshair ToolTip text.
Declaration
public PivotViewPivotChartAxisCrosshairTooltipBuilder TextStyle(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| PivotViewPivotChartAxisCrosshairTooltipBuilder |