Class ChartCrosshairSettings
Inheritance
System.Object
ChartCrosshairSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartCrosshairSettings : EJTagHelper
Constructors
ChartCrosshairSettings()
Declaration
public ChartCrosshairSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
DashArray
Declaration
public string DashArray { get; set; }
Property Value
Type |
Description |
System.String |
|
Enable
If set to true, crosshair line becomes visible.
Declaration
public bool Enable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HorizontalLineColor
Declaration
public string HorizontalLineColor { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Line
Options to customize the crosshair line.
Declaration
public ChartBorder Line { get; set; }
Property Value
LineType
Specifies 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 LineType LineType { get; set; }
Property Value
Opacity
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
VerticalLineColor
Declaration
public string VerticalLineColor { get; set; }
Property Value
Type |
Description |
System.String |
|