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 CircularGauge

    Show / Hide Table of Contents

    Class CircularGauge

    Inheritance
    System.Object
    EJTagHelper
    CircularGauge
    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.CircularGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class CircularGauge : EJTagHelper

    Constructors

    CircularGauge()

    Declaration
    public CircularGauge()

    Properties

    AllowImageExport

    Enables and disables the export to image functionality in circular gauge.

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

    AllowMargin

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

    AllowPdfExport

    Enables and disables the export to pdf functionality in circular gauge.

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

    AllowPrint

    Enables and disables the print functionality in circular gauge.

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

    AnimationComplete

    Triggers after the animation gets completed for pointers.

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

    AnnotationRender

    Triggers before each annotation for the circular gauge gets rendered.

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

    Axes

    Sets and gets the options for customizing the axes of circular gauge.

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

    AxisLabelRender

    Triggers before each axis label gets rendered.

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

    Background

    Sets and gets 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

    Sets and gets the options for customizing the color and width of the gauge border.

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

    CenterX

    Sets and gets the X coordinate of the circular gauge.

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

    CenterY

    Sets and gets the Y coordinate of the circular gauge.

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

    ClassName

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

    Description

    Sets and gets the information about gauge for assistive technology.

    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

    EnablePersistence

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

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

    EnablePointerDrag

    Enables and disables drag movement of the pointer in the circular gauge.

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

    EnableRangeDrag

    Enables and disables the drag movement of the ranges in the circular gauge.

    Declaration
    public bool EnableRangeDrag { 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

    GaugeMouseDown

    Triggers on mouse down.

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

    GaugeMouseLeave

    Triggers while cursor leaves the circular gauge.

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

    GaugeMouseMove

    Triggers on hovering the circular gauge.

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

    GaugeMouseUp

    Triggers on mouse up.

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

    Height

    Sets and gets the height of the circular 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

    LegendRender

    Triggers before each legend for the circular gauge gets rendered.

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

    LegendSettings

    Sets and gets the options for customizing the legend of the circular gauge.

    Declaration
    public CircularGaugeLegendSettings LegendSettings { get; set; }
    Property Value
    Type Description
    CircularGaugeLegendSettings

    Load

    Triggers before the circular gauge gets loaded.

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

    Loaded

    Triggers after the circular gauge gets loaded.

    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

    Sets and gets the options to customize the left, right, top and bottom margins of the circular gauge.

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

    MoveToCenter

    Enables and disables to place the half or quarter circle in center position, if values not specified for centerX and centerY.

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

    NameSpace

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

    RadiusCalculate

    Triggers before the radius for the circular gauge gets calculated.

    Declaration
    public string RadiusCalculate { 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

    Sets and gets the tab index value for the circular 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

    Sets and gets the themes supported for circular gauge.

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

    Title

    Sets and gets the title for circular gauge.

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

    TitleStyle

    Sets and gets the options for customizing the title for circular gauge.

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

    Tooltip

    Sets and gets the options for customizing the tooltip of gauge.

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

    TooltipRender

    Triggers before the tooltip for pointer of the circular gauge gets rendered.

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

    UseGroupingSeparator

    Enables and disables the grouping separator should be used for a number.

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

    Width

    Sets and gets the width of the circular 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 - 2023 Syncfusion Inc. All Rights Reserved