menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class CrosshairLabel

    Inheritance
    System.Object
    EJTagHelper
    CrosshairLabel
    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 CrosshairLabel : EJTagHelper

    Constructors

    CrosshairLabel()

    Declaration
    public CrosshairLabel()

    Properties

    Border

    Gets or sets the value for Border in CrosshairLabel, which provides options to customize cross hair label border.

    Declaration
    [JsonProperty("border")]
    public ChartBorder Border { get; set; }
    Property Value
    Type Description
    ChartBorder
    Remarks

    Options to customize the border of cross hair label.

    Fill

    Gets or sets the value for Fill, which sets the fill color value for primary and secondary axis cross hair label.

    Declaration
    [JsonProperty("fill")]
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Options to customize the fill color of cross hair label.

    Font

    Gets or sets the value for Font, which provides option to customize the font of cross hair label.

    Declaration
    [JsonProperty("font")]
    public ChartFont Font { get; set; }
    Property Value
    Type Description
    ChartFont
    Remarks

    Options to customize the cross hair label font.

    RX

    Gets or sets the value for RX, which customizes corner radius of the cross hair label along x position.

    Declaration
    [JsonProperty("rx")]
    public int RX { get; set; }
    Property Value
    Type Description
    System.Int32
    Remarks

    Customize the RX value.

    RY

    Gets or sets the value for RY, which customizes corner radius of cross hair label along y position.

    Declaration
    [JsonProperty("ry")]
    public int RY { get; set; }
    Property Value
    Type Description
    System.Int32
    Remarks

    Customize the RY value.

    Visible

    Gets or sets the value for Visible, which controls the visibility of cross hair label.

    Declaration
    [JsonProperty("visible")]
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Options to customize the visibility of cross hair label.

    Methods

    ShouldSerializeBorder()

    Declaration
    public bool ShouldSerializeBorder()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeFont()

    Declaration
    public bool ShouldSerializeFont()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved