ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class ChartCrosshairSettings

    Inheritance
    System.Object
    EJTagHelper
    ChartCrosshairSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    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
    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
    EJTagHelper.IsComplex

    Line

    Options to customize the crosshair line.

    Declaration
    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
    public LineType LineType { get; set; }
    Property Value
    Type Description
    LineType

    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
    EJTagHelper.ParentPropertyName

    VerticalLineColor

    Declaration
    public string VerticalLineColor { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved