Class PivotViewPivotChartSettingsCrosshairSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
PivotViewPivotChartSettingsCrosshairSettings
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPivotChartSettingsCrosshairSettings : EJTagHelper
Constructors
PivotViewPivotChartSettingsCrosshairSettings()
Declaration
public PivotViewPivotChartSettingsCrosshairSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
DashArray
Allows to set the DashArray for crosshair.
Declaration
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Enable
If set to true, crosshair line becomes visible.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Line
Allows options to customize the crosshair line.
Declaration
public object Line { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
LineType
Allows to set the line type. Horizontal mode enables the horizontal line and Vertical mode enables the vertical line. They are, None: Hides both vertical and horizontal crosshair lines. Both: Shows both vertical and horizontal crosshair lines. Vertical: Shows the vertical line. Horizontal: Shows the horizontal line.
Declaration
public object LineType { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |