Class PivotViewPivotChartSettingsCrosshairSettingsBuilder
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 PivotViewPivotChartSettingsCrosshairSettingsBuilder : ControlBuilder
Constructors
PivotViewPivotChartSettingsCrosshairSettingsBuilder()
Declaration
public PivotViewPivotChartSettingsCrosshairSettingsBuilder()
PivotViewPivotChartSettingsCrosshairSettingsBuilder(PivotViewPivotChartSettingsCrosshairSettings)
Declaration
public PivotViewPivotChartSettingsCrosshairSettingsBuilder(PivotViewPivotChartSettingsCrosshairSettings model)
Parameters
Type | Name | Description |
---|---|---|
PivotViewPivotChartSettingsCrosshairSettings | model |
Methods
DashArray(String)
Allows to set the DashArray for crosshair.
Declaration
public PivotViewPivotChartSettingsCrosshairSettingsBuilder DashArray(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
PivotViewPivotChartSettingsCrosshairSettingsBuilder |
Enable(Boolean)
If set to true, crosshair line becomes visible.
Declaration
public PivotViewPivotChartSettingsCrosshairSettingsBuilder Enable(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
Type | Description |
---|---|
PivotViewPivotChartSettingsCrosshairSettingsBuilder |
Line(Object)
Allows options to customize the crosshair line.
Declaration
public PivotViewPivotChartSettingsCrosshairSettingsBuilder Line(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Returns
Type | Description |
---|---|
PivotViewPivotChartSettingsCrosshairSettingsBuilder |
LineType(Object)
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 PivotViewPivotChartSettingsCrosshairSettingsBuilder LineType(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Returns
Type | Description |
---|---|
PivotViewPivotChartSettingsCrosshairSettingsBuilder |