menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class BulletGraph

    Represents the Button UI element.

    Inheritance
    System.Object
    CommonDataBoundControl
    BulletGraph
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonDataBoundControl.PerformDataBinding(IEnumerable)
    CommonDataBoundControl.PostBackEventHandler(String, Dictionary<String, Object>)
    CommonDataBoundControl.UpdateServerModel(Dictionary<String, Object>)
    CommonDataBoundControl.RenderContents(HtmlTextWriter)
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class BulletGraph : CommonDataBoundControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    BulletGraph()

    Declaration
    public BulletGraph()

    Properties

    ApplyRangeStrokeToLabels

    Gets or sets the ApplyRangeStrokeToLabels value of bullet graph

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

    Toggles the visibility of the range stroke color of the labels.

    ApplyRangeStrokeToTicks

    Gets or sets the ApplyRangeStrokeToTicks value of bullet graph

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

    Toggles the visibility of the range stroke color of the ticks.

    BindCategory

    Gets or sets the CategoryField in data source.

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

    Specifies the category of the bullet graph.

    BindComparativeMeasureField

    Gets or sets the ComparativeMeasureField in data source.

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

    Comparative measure render based on the values in the specified field.

    BindFeatureMeasureField

    Gets or sets the FeatureMeasureField in data source.

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

    Feature measure render based on the values in the specified field.

    CaptionSettings

    Declaration
    [JsonProperty("captionSettings")]
    public CaptionSettings CaptionSettings { get; }
    Property Value
    Type Description
    CaptionSettings

    ComparativeMeasureField

    Gets or sets the ComparativeMeasureField in data source.

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

    Comparative measure render based on the values in the specified field.

    ComparativeMeasureValue

    Gets or sets the Value of comparative measure

    Declaration
    [JsonProperty("comparativeMeasureValue")]
    public double ComparativeMeasureValue { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Specifies the value of comparative measure

    EnableAnimation

    Gets or sets the EnableAnimation value of bullet graph

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

    Toggles the animation of bullet graph.

    EnableResizing

    Gets or sets the EnableResizing value of bullet graph

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

    Toggles the animation of bullet graph.

    FeatureMeasureField

    Gets or sets the FeatureMeasureField in data source.

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

    Feature measure render based on the values in the specified field.

    Fields

    Gets the Fields of bullet graph

    Declaration
    [JsonProperty("fields")]
    public Fields Fields { get; }
    Property Value
    Type Description
    Fields
    Remarks

    Contains all the properties to customize the fields in bullet graph.

    FlowDirection

    Gets or sets the FlowDirection of the bullet graph

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

    Specifies the direction of flow in bullet graph. Neither it may be backward nor forward.

    Height

    Gets or sets the Height of bullet graph

    Declaration
    [JsonProperty("height")]
    public override Unit Height { get; set; }
    Property Value
    Type Description
    System.Web.UI.WebControls.Unit
    Remarks

    Height of the bullet graph.

    IsResponsive

    Gets or sets the IsResponsive value of bullet graph

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

    Toggles the animation of bullet graph.

    Model

    Declaration
    public BulletGraphProperties Model { get; set; }
    Property Value
    Type Description
    BulletGraphProperties

    onClientSideClick

    Gets or sets the value of OnClientSideClick property in bullet graph

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

    Client-side click event. Fires on clicking the bullet graph.

    onClientSideDoubleClick

    Gets or sets the value of OnClientSideDoubleClick property in bullet graph

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

    Client-side double click event. Fires on double clicking the bullet graph.

    onClientSideDrawCaption

    Gets or sets the value of OnClientSideDrawCaption property in bullet graph

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

    Client-side draw caption event. Fires on rendering the caption of bullet graph

    onClientSideDrawCategory

    Gets or sets the value of OnClientSideDrawCategory property in bullet graph

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

    Client-side draw category event. Fires on rednering the category.

    onClientSideDrawComparativeMeasureSymbol

    Gets or sets the value of OnClientSideDrawComparativeMeasureSymbol property in bullet graph

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

    Client-side draw comparative measure symbol event. Fires on rendering the comparative measure symbol.

    onClientSideDrawFeatureMeasureBar

    Gets or sets the value of OnClientSideDrawFeatureMeasureBar property in bullet graph

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

    Client-side draw feature measure bar event. Fires on rednering the feature measure bar.

    onClientSideDrawLabels

    Gets or sets the value of OnClientSideDrawLabels property in bullet graph

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

    Client-side draw labels event. Fires on rendering the labels

    onClientSideDrawQualitativeRanges

    Gets or sets the value of OnClientSideDrawQualitativeRanges property in bullet graph

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

    Client-side draw qualitative ranges event. Fires on rendering the qualitative ranges

    onClientSideDrawTicks

    Gets or sets the value of OnClientSideDrawTicks property in bullet graph

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

    Client-side draw ticks event. Fires before drawing ticks

    onClientSideRightClick

    Gets or sets the value of OnClientSideRightClick property in bullet graph

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

    Client-side right click event. Fires on right clicking the bullet graph.

    Orientation

    Gets or sets the Orientation of the bullet graph

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

    Bullet graph will render in the specified orientation.

    QualitativeRanges

    Gets the QualitativeRanges of bullet graph

    Declaration
    [JsonProperty("qualitativeRanges")]
    public List<QualitativeRanges> QualitativeRanges { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<QualitativeRanges>
    Remarks

    Contains all the properties to customize qualitative ranges.

    QualitativeRangeSize

    Gets or sets the QualitativeRangeSize in bullet graph

    Declaration
    [JsonProperty("qualitativeRangeSize")]
    public int QualitativeRangeSize { get; set; }
    Property Value
    Type Description
    System.Int32
    Remarks

    Size of the qualitative range depends up on the specified value.

    QuantitativeScaleLength

    Gets or sets the QuantitativeScaleLength of bullet graph

    Declaration
    [JsonProperty("quantitativeScaleLength")]
    public int QuantitativeScaleLength { get; set; }
    Property Value
    Type Description
    System.Int32
    Remarks

    Length of the quantitative range depends up on the specified value.

    QuantitativeScaleSettings

    Declaration
    [JsonProperty("quantitativeScaleSettings")]
    public QuantitativeScaleSettings QuantitativeScaleSettings { get; }
    Property Value
    Type Description
    QuantitativeScaleSettings

    RangDataSource

    Gets or sets the ID of data source.

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

    Theme

    Gets or sets the Theme of the bullet graph

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

    By specifying this property the user can change the theme of the bullet graph.

    TooltipSettings

    Gets the TooltipSettings of bullet graph

    Declaration
    [JsonProperty("tooltipSettings")]
    public BulletTooltip TooltipSettings { get; }
    Property Value
    Type Description
    BulletTooltip
    Remarks

    Contains all the properties to customize tooltip.

    Value

    Gets or sets the Value of feature measure

    Declaration
    [JsonProperty("value")]
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Specifies the value of feature measure

    Width

    Gets or sets the Width of the bullet graph

    Declaration
    [JsonProperty("width")]
    public override Unit Width { get; set; }
    Property Value
    Type Description
    System.Web.UI.WebControls.Unit
    Remarks

    Specifies the width of the bullet graph

    Methods

    DependentScripts()

    Declaration
    public List<string> DependentScripts()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>

    FetchData(IEnumerable)

    Declaration
    public override void FetchData(IEnumerable data)
    Parameters
    Type Name Description
    System.Collections.IEnumerable data
    Overrides
    CommonDataBoundControl.FetchData(IEnumerable)

    GetDependentFiles()

    Declaration
    public override List<string> GetDependentFiles()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>
    Overrides
    CommonDataBoundControl.GetDependentFiles()

    LoadViewState(Object)

    Declaration
    protected override void LoadViewState(object state)
    Parameters
    Type Name Description
    System.Object state
    Overrides
    CommonDataBoundControl.LoadViewState(Object)

    OnInit(EventArgs)

    Declaration
    protected override void OnInit(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnLoad(EventArgs)

    Declaration
    protected override void OnLoad(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommonDataBoundControl.OnLoad(EventArgs)

    OnPreRender(EventArgs)

    Declaration
    protected override void OnPreRender(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommonDataBoundControl.OnPreRender(EventArgs)

    RaisePostBackEvent(String)

    Declaration
    public void RaisePostBackEvent(string EventArgument)
    Parameters
    Type Name Description
    System.String EventArgument

    Render()

    Declaration
    public string Render()
    Returns
    Type Description
    System.String

    Render(HtmlTextWriter)

    Declaration
    protected override void Render(HtmlTextWriter writer)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer
    Overrides
    CommonDataBoundControl.Render(HtmlTextWriter)

    SaveViewState()

    Declaration
    protected override object SaveViewState()
    Returns
    Type Description
    System.Object

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved