ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class LinearGauge

    Inheritance
    System.Object
    EJTagHelper
    LinearGauge
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.LinearGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class LinearGauge : EJTagHelper

    Constructors

    LinearGauge()

    Declaration
    public LinearGauge()

    Properties

    AllowImageExport

    Enables or disables the export to image functionality in linear gauge.

    Declaration
    public bool AllowImageExport { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowMargin

    Enables or disables the gauge to be rendered to the complete width.

    Declaration
    public bool AllowMargin { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowPdfExport

    Enables or disables the export to PDF functionality in linear gauge.

    Declaration
    public bool AllowPdfExport { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowPrint

    Enables or disables the print functionality in linear gauge.

    Declaration
    public bool AllowPrint { get; set; }
    Property Value
    Type Description
    System.Boolean

    AnimationComplete

    Triggers after completing the animation for pointer.

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

    AnnotationRender

    Triggers before each annotation gets rendered.

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

    Annotations

    Specifies the options for customizing the annotation of linear gauge.

    Declaration
    public List<LinearGaugeAnnotation> Annotations { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<LinearGaugeAnnotation>

    Axes

    Specifies the options for customizing the axis in linear gauge.

    Declaration
    public List<LinearGaugeAxis> Axes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<LinearGaugeAxis>

    AxisLabelRender

    Triggers before each axis label gets rendered.

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

    Background

    Specifies the background color of the gauge. This property accepts value in hex code, rgba string as a valid CSS color string.

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

    BeforePrint

    Triggers before the prints gets started.

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

    Border

    Specifies the options for customizing the color and width of the border for linear gauge.

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

    ClassName

    Declaration
    protected override string ClassName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ClassName

    Container

    Specifies the options for customizing the container in linear gauge.

    Declaration
    public LinearGaugeContainer Container { get; set; }
    Property Value
    Type Description
    LinearGaugeContainer

    Description

    Specifies the description for linear gauge.

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

    DragEnd

    Triggers after the pointer is dragged.

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

    DragMove

    Triggers while dragging the pointers.

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

    DragStart

    Triggers before the pointer is dragged.

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

    EdgeLabelPlacement

    Specifies the placement of the label in linear gauge.

    Declaration
    public LabelPlacement EdgeLabelPlacement { get; set; }
    Property Value
    Type Description
    LabelPlacement

    EnablePersistence

    Enable or disable persisting component's state between page reloads.

    Declaration
    public bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRtl

    Enable or disable rendering component in right to left direction.

    Declaration
    public bool EnableRtl { get; set; }
    Property Value
    Type Description
    System.Boolean

    Format

    Specifies the format to apply for internationalization in linear gauge.

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

    GaugeMouseDown

    Triggers when performing the mouse down operation on gauge area.

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

    GaugeMouseLeave

    Triggers when performing the mouse leave operation from the gauge area.

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

    GaugeMouseMove

    Triggers when performing the mouse move operation on gauge area.

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

    GaugeMouseUp

    Triggers when performing mouse up operation on gauge area.

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

    Height

    Specifies the height of the linear gauge as a string in order to provide input as both like '100px' or '100%'. If specified as '100%, gauge will render to the full height of its parent element.

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

    HtmlAttributes

    Allows additional HTML attributes such as title, name, etc., and accepts n number of attributes in a key-value pair format.

    Declaration
    public object HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Object

    IsFor

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

    Load

    Triggers before the gauge gets rendered.

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

    Loaded

    Triggers after the gauge gets rendered.

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

    Locale

    Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

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

    Margin

    Specifies the options to customize the margins of the linear gauge.

    Declaration
    public LinearGaugeMargin Margin { get; set; }
    Property Value
    Type Description
    LinearGaugeMargin

    NameSpace

    Declaration
    protected override string NameSpace { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.NameSpace

    Orientation

    Specifies the orientation of the rendering of the linear gauge.

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

    RangePalettes

    Specifies the color palette for axis ranges in linear gauge.

    Declaration
    public string[] RangePalettes { get; set; }
    Property Value
    Type Description
    System.String[]

    Resized

    Triggers after window resize.

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

    TabIndex

    Specifies the tab index value for the linear gauge.

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

    TagName

    Declaration
    protected override string TagName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.TagName

    Theme

    Specifies the theme supported for the linear gauge.

    Declaration
    public LinearGaugeTheme Theme { get; set; }
    Property Value
    Type Description
    LinearGaugeTheme

    Title

    Specifies the title for linear gauge.

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

    TitleStyle

    Specifies the options for customizing the appearance of title for linear gauge.

    Declaration
    public LinearGaugeFont TitleStyle { get; set; }
    Property Value
    Type Description
    LinearGaugeFont

    Tooltip

    Specifies the options for customizing the tooltip in linear gauge.

    Declaration
    public LinearGaugeTooltipSettings Tooltip { get; set; }
    Property Value
    Type Description
    LinearGaugeTooltipSettings

    TooltipRender

    Triggers before the tooltip get rendered.

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

    UseGroupingSeparator

    Enables or disables a grouping separator should be used for a number.

    Declaration
    public bool UseGroupingSeparator { get; set; }
    Property Value
    Type Description
    System.Boolean

    ValueChange

    Triggers while changing the value of the pointer by UI interaction.

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

    Width

    Specifies the width of the linear gauge as a string in order to provide input as both like '100px' or '100%'. If specified as '100%, gauge will render to the full width of its parent element.

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