menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class HigherLabelSettingLevel

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

    Constructors

    HigherLabelSettingLevel()

    Declaration
    public HigherLabelSettingLevel()

    Properties

    Border

    Gets or sets the Border of higher level labels.

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

    Options for customizing the border of grid lines in higher level.

    Fill

    Gets or sets the Fill color of higher level labels.

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

    Specifies the fill color of higher level labels.

    GridLineStyle

    Gets or sets the GridLineStyle of higher level labels.

    Declaration
    [JsonProperty("gridLineStyle")]
    public LineStyle GridLineStyle { get; set; }
    Property Value
    Type Description
    LineStyle
    Remarks

    Options for customizing the grid line colors, width, dashArray, border.

    IntervalType

    Gets or sets the IntervalType of higher level labels.

    Declaration
    [JsonProperty("intervalType")]
    [JsonConverter(typeof(StringEnumConverter))]
    public NavigatorIntervalType IntervalType { get; set; }
    Property Value
    Type Description
    NavigatorIntervalType
    Remarks

    Specifies the interval type for higher level labels.

    LabelIntersectAction

    Gets or sets the Label Intersection of higher level labels.

    Declaration
    [JsonProperty("labelIntersectAction")]
    [JsonConverter(typeof(StringEnumConverter))]
    public RangeNavigatorLabelIntersectAction LabelIntersectAction { get; set; }
    Property Value
    Type Description
    RangeNavigatorLabelIntersectAction
    Remarks

    Hide the labels when the labels are intersect with each other.

    LabelPlacement

    Gets or sets the LabelPlacement of higher level labels.

    Declaration
    [JsonProperty("labelPlacement")]
    [JsonConverter(typeof(StringEnumConverter))]
    public RangeNavigatorLabelPlacement LabelPlacement { get; set; }
    Property Value
    Type Description
    RangeNavigatorLabelPlacement
    Remarks

    Specifies the position of the labels to render either inside or outside of plot area.

    Position

    Gets or sets the Position of higher level labels.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("position")]
    public NavigatorPosition Position { get; set; }
    Property Value
    Type Description
    NavigatorPosition
    Remarks

    Specifies the position of the labels in higher level.

    Style

    Gets or sets the Style of higher level labels.

    Declaration
    [JsonProperty("style")]
    public LabelStyles Style { get; set; }
    Property Value
    Type Description
    LabelStyles
    Remarks

    Options for customizing the style of higher level labels.

    Visible

    Gets or sets the value of visible property in higher level labels.

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

    Toggles the visibility of higher level labels.

    Methods

    ShouldSerializeBorder()

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

    ShouldSerializeGridLineStyle()

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

    ShouldSerializeLabelStyles()

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