menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CrossHair

    Show / Hide Table of Contents

    Class CrossHair

    Inheritance
    System.Object
    EJTagHelper
    CrossHair
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved