Class CrossHair
Inherited Members
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class CrossHair : EJTagHelper
Constructors
CrossHair()
Declaration
public CrossHair()
Properties
IsReversed
Gets or sets the value for isReversed whcih Enables/disables RTL for trackball tooltip.
Declaration
[JsonProperty("isReversed")]
public bool IsReversed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Enables/disables RTL for trackball tooltip.
Line
Gets or sets the value for Line which Specifies options for customizing the line in chart
Declaration
[JsonProperty("line")]
public Line Line { get; set; }
Property Value
Type | Description |
---|---|
Line |
Remarks
Specifies options for customizing the line.
Marker
Gets or sets the value for Marker which Options for displaying and customizing marker for individual point in a series.
Declaration
[JsonProperty("marker")]
public Marker Marker { get; set; }
Property Value
Type | Description |
---|---|
Marker |
Remarks
Options for displaying and customizing marker for individual point in a series. Marker contains shapes and/or data labels.
TrackballTooltipSettings
Gets or sets the value for trackball settings which Specifies options for customizing the trackball tooltip.
Declaration
[JsonProperty("trackballTooltipSettings")]
public TrackballTooltipSettings TrackballTooltipSettings { get; set; }
Property Value
Type | Description |
---|---|
TrackballTooltipSettings |
Remarks
Specifies options for customizing the trackball tooltip.
Type
Gets or sets the value for Type which Specifies the type of the cross hair. It can be trackball or cross hair.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("type")]
public CrosshairType Type { get; set; }
Property Value
Type | Description |
---|---|
CrosshairType |
Remarks
Specifies the type of the cross hair. It can be trackball or cross hair.
Visible
Gets or sets the value for Visible which Show/hides the cross hair/trackball visibility.
Declaration
[JsonProperty("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Show/hides the cross hair/trackball visibility.
Methods
ShouldSerializeLine()
Declaration
public bool ShouldSerializeLine()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeMarker()
Declaration
public bool ShouldSerializeMarker()
Returns
Type | Description |
---|---|
System.Boolean |