ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinearGaugeRange - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LinearGaugeRange

    Inheritance
    System.Object
    EJTagHelper
    LinearGaugeRange
    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.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.LinearGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class LinearGaugeRange : EJTagHelper

    Constructors

    LinearGaugeRange()

    Declaration
    public LinearGaugeRange()

    Properties

    Border

    Sets and gets the options to customize the color and width of the border for the axis range.

    Declaration
    public LinearGaugeBorder Border { get; set; }
    Property Value
    Type Description
    LinearGaugeBorder

    Color

    Sets and gets the color of the axis range.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    End

    Sets and gets the end value for the range in axis.

    Declaration
    public double End { get; set; }
    Property Value
    Type Description
    System.Double

    EndWidth

    Sets and gets the width of the end of the range in axis.

    Declaration
    public double EndWidth { get; set; }
    Property Value
    Type Description
    System.Double

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    LinearGradient

    Sets and gets the properties to render a linear gradient for the range. If both linear and radial gradient is set, then the linear gradient will be rendered in the range.

    Declaration
    public LinearGaugeLinearGradient LinearGradient { get; set; }
    Property Value
    Type Description
    LinearGaugeLinearGradient

    Offset

    Sets and gets the value to position the range in the axis.

    Declaration
    public string Offset { get; set; }
    Property Value
    Type Description
    System.String

    Position

    Sets and gets the position to place the ranges in the axis.

    Declaration
    public Position Position { get; set; }
    Property Value
    Type Description
    Position

    RadialGradient

    Sets and gets the properties to render a radial gradient for the range.

    Declaration
    public LinearGaugeRadialGradient RadialGradient { get; set; }
    Property Value
    Type Description
    LinearGaugeRadialGradient

    Start

    Sets and gets the start value for the range in axis.

    Declaration
    public double Start { get; set; }
    Property Value
    Type Description
    System.Double

    StartWidth

    Sets and gets the width of the start of the range in axis.

    Declaration
    public double StartWidth { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved