Class ChartCrosshairSettings
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.Charts
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
Type | Description |
---|---|
MvcTemplate<System.Object> |
DashArray
DashArray for crosshair.
Declaration
[HtmlAttributeName("dashArray")]
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Enable
If set to true, crosshair line becomes visible.
Declaration
[HtmlAttributeName("enable")]
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HorizontalLineColor
The color of the border that accepts value in hex and rgba as a valid CSS color string.
Declaration
[HtmlAttributeName("horizontalLineColor")]
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
[HtmlAttributeName("line")]
public ChartBorder Line { get; set; }
Property Value
Type | Description |
---|---|
ChartBorder |
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
[HtmlAttributeName("lineType")]
public LineType LineType { get; set; }
Property Value
Type | Description |
---|---|
LineType |
Opacity
The opacity for background.
Declaration
[HtmlAttributeName("opacity")]
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
The color of the border that accepts value in hex and rgba as a valid CSS color string.
Declaration
[HtmlAttributeName("verticalLineColor")]
public string VerticalLineColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |