ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class BulletChartBuilder

    Inheritance
    System.Object
    ControlBuilder
    BulletChartBuilder
    Inherited Members
    ControlBuilder.Context
    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.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class BulletChartBuilder : ControlBuilder

    Constructors

    BulletChartBuilder()

    Declaration
    public BulletChartBuilder()

    BulletChartBuilder(BulletChart)

    Declaration
    public BulletChartBuilder(BulletChart model)
    Parameters
    Type Name Description
    BulletChart model

    Fields

    model

    Declaration
    public BulletChart model
    Field Value
    Type Description
    BulletChart

    Properties

    HtmlAttr

    Declaration
    public IDictionary<string, object> HtmlAttr { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    ID

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

    Output

    Declaration
    public override TextWriter Output { get; set; }
    Property Value
    Type Description
    System.IO.TextWriter
    Overrides
    ControlBuilder.Output

    Methods

    Animation(BulletChartAnimation)

    Options for customizing animation of the feature bar.

    Declaration
    public BulletChartBuilder Animation(BulletChartAnimation animation)
    Parameters
    Type Name Description
    BulletChartAnimation animation
    Returns
    Type Description
    BulletChartBuilder

    Animation(Action<BulletChartAnimationBuilder>)

    Declaration
    public BulletChartBuilder Animation(Action<BulletChartAnimationBuilder> animation)
    Parameters
    Type Name Description
    System.Action<BulletChartAnimationBuilder> animation
    Returns
    Type Description
    BulletChartBuilder

    BeforePrint(String)

    Triggers before the prints gets started.

    Declaration
    public BulletChartBuilder BeforePrint(string beforePrint)
    Parameters
    Type Name Description
    System.String beforePrint
    Returns
    Type Description
    BulletChartBuilder

    Border(BulletChartContainerBorder)

    Options for customizing the color and width of the chart border.

    Declaration
    public BulletChartBuilder Border(BulletChartContainerBorder border)
    Parameters
    Type Name Description
    BulletChartContainerBorder border
    Returns
    Type Description
    BulletChartBuilder

    Border(Action<BulletChartBorderBuilder>)

    Declaration
    public BulletChartBuilder Border(Action<BulletChartBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<BulletChartBorderBuilder> border
    Returns
    Type Description
    BulletChartBuilder

    BulletChartMouseClick(String)

    Triggers on clicking the chart.

    Declaration
    public BulletChartBuilder BulletChartMouseClick(string bulletChartMouseClick)
    Parameters
    Type Name Description
    System.String bulletChartMouseClick
    Returns
    Type Description
    BulletChartBuilder

    CategoryField(String)

    It defines the category for the data source.

    Declaration
    public BulletChartBuilder CategoryField(string categoryField)
    Parameters
    Type Name Description
    System.String categoryField
    Returns
    Type Description
    BulletChartBuilder

    CategoryLabelStyle(BulletChartBulletLabelStyle)

    Options for customizing values labels.

    Declaration
    public BulletChartBuilder CategoryLabelStyle(BulletChartBulletLabelStyle categoryLabelStyle)
    Parameters
    Type Name Description
    BulletChartBulletLabelStyle categoryLabelStyle
    Returns
    Type Description
    BulletChartBuilder

    CategoryLabelStyle(Action<BulletChartBulletLabelStyleBuilder>)

    Declaration
    public BulletChartBuilder CategoryLabelStyle(Action<BulletChartBulletLabelStyleBuilder> categoryLabelStyle)
    Parameters
    Type Name Description
    System.Action<BulletChartBulletLabelStyleBuilder> categoryLabelStyle
    Returns
    Type Description
    BulletChartBuilder

    DataLabel(BulletChartBulletDataLabel)

    Options for customizing data label of the feature bar.

    Declaration
    public BulletChartBuilder DataLabel(BulletChartBulletDataLabel dataLabel)
    Parameters
    Type Name Description
    BulletChartBulletDataLabel dataLabel
    Returns
    Type Description
    BulletChartBuilder

    DataLabel(Action<BulletChartBulletDataLabelBuilder>)

    Declaration
    public BulletChartBuilder DataLabel(Action<BulletChartBulletDataLabelBuilder> dataLabel)
    Parameters
    Type Name Description
    System.Action<BulletChartBulletDataLabelBuilder> dataLabel
    Returns
    Type Description
    BulletChartBuilder

    DataSource(Action<DataManagerBuilder>)

    Declaration
    public BulletChartBuilder DataSource(Action<DataManagerBuilder> dataSource)
    Parameters
    Type Name Description
    System.Action<DataManagerBuilder> dataSource
    Returns
    Type Description
    BulletChartBuilder

    DataSource(Object)

    default value of multiple data bullet chart.

    Declaration
    public BulletChartBuilder DataSource(object dataSource)
    Parameters
    Type Name Description
    System.Object dataSource
    Returns
    Type Description
    BulletChartBuilder

    EnableGroupSeparator(Boolean)

    default value for enableGroupSeparator.

    Declaration
    public BulletChartBuilder EnableGroupSeparator(bool enableGroupSeparator = true)
    Parameters
    Type Name Description
    System.Boolean enableGroupSeparator
    Returns
    Type Description
    BulletChartBuilder

    EnablePersistence(Boolean)

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

    Declaration
    public BulletChartBuilder EnablePersistence(bool enablePersistence = true)
    Parameters
    Type Name Description
    System.Boolean enablePersistence
    Returns
    Type Description
    BulletChartBuilder

    EnableRtl(Boolean)

    Enable or disable rendering component in right to left direction.

    Declaration
    public BulletChartBuilder EnableRtl(bool enableRtl = true)
    Parameters
    Type Name Description
    System.Boolean enableRtl
    Returns
    Type Description
    BulletChartBuilder

    Height(String)

    The height of the bullet chart as a string accepts input both as '100px' or '100%'. If specified as '100%, bullet chart renders to the full height of its parent element.

    Declaration
    public BulletChartBuilder Height(string height)
    Parameters
    Type Name Description
    System.String height
    Returns
    Type Description
    BulletChartBuilder

    HtmlAttributes(Object)

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

    Declaration
    public BulletChartBuilder HtmlAttributes(object htmlAttributes)
    Parameters
    Type Name Description
    System.Object htmlAttributes
    Returns
    Type Description
    BulletChartBuilder

    Interval(Double)

    Specifies the interval for an scale.

    Declaration
    public BulletChartBuilder Interval(double interval)
    Parameters
    Type Name Description
    System.Double interval
    Returns
    Type Description
    BulletChartBuilder

    LabelFormat(String)

    Specifies the format of the bullet chart axis labels.

    Declaration
    public BulletChartBuilder LabelFormat(string labelFormat)
    Parameters
    Type Name Description
    System.String labelFormat
    Returns
    Type Description
    BulletChartBuilder

    LabelPosition(LabelsPlacement)

    specifies the axis label position of the bullet chart.

    Declaration
    public BulletChartBuilder LabelPosition(LabelsPlacement labelPosition)
    Parameters
    Type Name Description
    LabelsPlacement labelPosition
    Returns
    Type Description
    BulletChartBuilder

    LabelStyle(BulletChartBulletLabelStyle)

    Options for customizing labels

    Declaration
    public BulletChartBuilder LabelStyle(BulletChartBulletLabelStyle labelStyle)
    Parameters
    Type Name Description
    BulletChartBulletLabelStyle labelStyle
    Returns
    Type Description
    BulletChartBuilder

    LabelStyle(Action<BulletChartBulletLabelStyleBuilder>)

    Declaration
    public BulletChartBuilder LabelStyle(Action<BulletChartBulletLabelStyleBuilder> labelStyle)
    Parameters
    Type Name Description
    System.Action<BulletChartBulletLabelStyleBuilder> labelStyle
    Returns
    Type Description
    BulletChartBuilder

    LegendRender(String)

    Triggers before the legend is rendered.

    Declaration
    public BulletChartBuilder LegendRender(string legendRender)
    Parameters
    Type Name Description
    System.String legendRender
    Returns
    Type Description
    BulletChartBuilder

    LegendSettings(BulletChartBulletChartLegendSettings)

    Options for customizing the legend of the bullet chart.

    Declaration
    public BulletChartBuilder LegendSettings(BulletChartBulletChartLegendSettings legendSettings)
    Parameters
    Type Name Description
    BulletChartBulletChartLegendSettings legendSettings
    Returns
    Type Description
    BulletChartBuilder

    LegendSettings(Action<BulletChartBulletChartLegendSettingsBuilder>)

    Declaration
    public BulletChartBuilder LegendSettings(Action<BulletChartBulletChartLegendSettingsBuilder> legendSettings)
    Parameters
    Type Name Description
    System.Action<BulletChartBulletChartLegendSettingsBuilder> legendSettings
    Returns
    Type Description
    BulletChartBuilder

    Load(String)

    Triggers before bullet chart load.

    Declaration
    public BulletChartBuilder Load(string load)
    Parameters
    Type Name Description
    System.String load
    Returns
    Type Description
    BulletChartBuilder

    Loaded(String)

    Triggers after the bullet chart rendering

    Declaration
    public BulletChartBuilder Loaded(string loaded)
    Parameters
    Type Name Description
    System.String loaded
    Returns
    Type Description
    BulletChartBuilder

    Locale(String)

    The locale of the bullet chart as a string.

    Declaration
    public BulletChartBuilder Locale(string locale)
    Parameters
    Type Name Description
    System.String locale
    Returns
    Type Description
    BulletChartBuilder

    MajorTickLines(BulletChartMajorTickLines)

    Options for customizing major tick lines.

    Declaration
    public BulletChartBuilder MajorTickLines(BulletChartMajorTickLines majorTickLines)
    Parameters
    Type Name Description
    BulletChartMajorTickLines majorTickLines
    Returns
    Type Description
    BulletChartBuilder

    MajorTickLines(Action<BulletChartMajorTickLinesBuilder>)

    Declaration
    public BulletChartBuilder MajorTickLines(Action<BulletChartMajorTickLinesBuilder> majorTickLines)
    Parameters
    Type Name Description
    System.Action<BulletChartMajorTickLinesBuilder> majorTickLines
    Returns
    Type Description
    BulletChartBuilder

    Margin(BulletChartMargin)

    Options to customize left, right, top and bottom margins of the bullet chart.

    Declaration
    public BulletChartBuilder Margin(BulletChartMargin margin)
    Parameters
    Type Name Description
    BulletChartMargin margin
    Returns
    Type Description
    BulletChartBuilder

    Margin(Action<BulletChartMarginBuilder>)

    Declaration
    public BulletChartBuilder Margin(Action<BulletChartMarginBuilder> margin)
    Parameters
    Type Name Description
    System.Action<BulletChartMarginBuilder> margin
    Returns
    Type Description
    BulletChartBuilder

    Maximum(Double)

    Specifies the maximum range of an scale.

    Declaration
    public BulletChartBuilder Maximum(double maximum)
    Parameters
    Type Name Description
    System.Double maximum
    Returns
    Type Description
    BulletChartBuilder

    Minimum(Double)

    Specifies the minimum range of an scale.

    Declaration
    public BulletChartBuilder Minimum(double minimum)
    Parameters
    Type Name Description
    System.Double minimum
    Returns
    Type Description
    BulletChartBuilder

    MinorTickLines(BulletChartMinorTickLines)

    Options for customizing minor tick lines.

    Declaration
    public BulletChartBuilder MinorTickLines(BulletChartMinorTickLines minorTickLines)
    Parameters
    Type Name Description
    BulletChartMinorTickLines minorTickLines
    Returns
    Type Description
    BulletChartBuilder

    MinorTickLines(Action<BulletChartMinorTickLinesBuilder>)

    Declaration
    public BulletChartBuilder MinorTickLines(Action<BulletChartMinorTickLinesBuilder> minorTickLines)
    Parameters
    Type Name Description
    System.Action<BulletChartMinorTickLinesBuilder> minorTickLines
    Returns
    Type Description
    BulletChartBuilder

    MinorTicksPerInterval(Double)

    specifies the interval of minor ticks.

    Declaration
    public BulletChartBuilder MinorTicksPerInterval(double minorTicksPerInterval)
    Parameters
    Type Name Description
    System.Double minorTicksPerInterval
    Returns
    Type Description
    BulletChartBuilder

    OpposedPosition(Boolean)

    If set to true, the axis will render at the opposite side of its default position.

    Declaration
    public BulletChartBuilder OpposedPosition(bool opposedPosition = true)
    Parameters
    Type Name Description
    System.Boolean opposedPosition
    Returns
    Type Description
    BulletChartBuilder

    Orientation(OrientationType)

    Orientation of the scale.

    Declaration
    public BulletChartBuilder Orientation(OrientationType orientation)
    Parameters
    Type Name Description
    OrientationType orientation
    Returns
    Type Description
    BulletChartBuilder

    Query(String)

    It defines the query for the data source.

    Declaration
    public BulletChartBuilder Query(string query)
    Parameters
    Type Name Description
    System.String query
    Returns
    Type Description
    BulletChartBuilder

    Ranges(Action<RangeBuilder>)

    Declaration
    public BulletChartBuilder Ranges(Action<RangeBuilder> ranges)
    Parameters
    Type Name Description
    System.Action<RangeBuilder> ranges
    Returns
    Type Description
    BulletChartBuilder

    Ranges(List<Range>)

    provides Qualitative ranges of the bullet chart.

    Declaration
    public BulletChartBuilder Ranges(List<Range> ranges)
    Parameters
    Type Name Description
    System.Collections.Generic.List<Range> ranges
    Returns
    Type Description
    BulletChartBuilder

    Render()

    Declaration
    public HtmlString Render()
    Returns
    Type Description
    System.Web.HtmlString

    Subtitle(String)

    Specifies the sub title of the bullet chart.

    Declaration
    public BulletChartBuilder Subtitle(string subtitle)
    Parameters
    Type Name Description
    System.String subtitle
    Returns
    Type Description
    BulletChartBuilder

    SubtitleStyle(BulletChartBulletLabelStyle)

    Options for customizing the sub title styles of the bullet chart.

    Declaration
    public BulletChartBuilder SubtitleStyle(BulletChartBulletLabelStyle subtitleStyle)
    Parameters
    Type Name Description
    BulletChartBulletLabelStyle subtitleStyle
    Returns
    Type Description
    BulletChartBuilder

    SubtitleStyle(Action<BulletChartBulletLabelStyleBuilder>)

    Declaration
    public BulletChartBuilder SubtitleStyle(Action<BulletChartBulletLabelStyleBuilder> subtitleStyle)
    Parameters
    Type Name Description
    System.Action<BulletChartBulletLabelStyleBuilder> subtitleStyle
    Returns
    Type Description
    BulletChartBuilder

    TabIndex(Double)

    TabIndex value for the bullet chart.

    Declaration
    public BulletChartBuilder TabIndex(double tabIndex)
    Parameters
    Type Name Description
    System.Double tabIndex
    Returns
    Type Description
    BulletChartBuilder

    TargetColor(String)

    Default stroke of comparative measure.

    Declaration
    public BulletChartBuilder TargetColor(string targetColor)
    Parameters
    Type Name Description
    System.String targetColor
    Returns
    Type Description
    BulletChartBuilder

    TargetField(String)

    The DataSource field that contains the target value.

    Declaration
    public BulletChartBuilder TargetField(string targetField)
    Parameters
    Type Name Description
    System.String targetField
    Returns
    Type Description
    BulletChartBuilder

    TargetTypes(Object)

    The DataSource field that contains the target value.

    Declaration
    public BulletChartBuilder TargetTypes(object targetTypes)
    Parameters
    Type Name Description
    System.Object targetTypes
    Returns
    Type Description
    BulletChartBuilder

    TargetWidth(Double)

    Options for customizing comparative bar color bullet chart.

    Declaration
    public BulletChartBuilder TargetWidth(double targetWidth)
    Parameters
    Type Name Description
    System.Double targetWidth
    Returns
    Type Description
    BulletChartBuilder

    Theme(ChartTheme)

    Specifies the theme for the bullet chart.

    Declaration
    public BulletChartBuilder Theme(ChartTheme theme)
    Parameters
    Type Name Description
    ChartTheme theme
    Returns
    Type Description
    BulletChartBuilder

    TickPosition(TickPosition)

    specifies the tick position of the bullet chart.

    Declaration
    public BulletChartBuilder TickPosition(TickPosition tickPosition)
    Parameters
    Type Name Description
    TickPosition tickPosition
    Returns
    Type Description
    BulletChartBuilder

    Title(String)

    Specifies the title of the bullet chart.

    Declaration
    public BulletChartBuilder Title(string title)
    Parameters
    Type Name Description
    System.String title
    Returns
    Type Description
    BulletChartBuilder

    TitlePosition(TextPosition)

    Sets the title position of bullet chart.

    Declaration
    public BulletChartBuilder TitlePosition(TextPosition titlePosition)
    Parameters
    Type Name Description
    TextPosition titlePosition
    Returns
    Type Description
    BulletChartBuilder

    TitleStyle(BulletChartBulletLabelStyle)

    Options for customizing the title styles of the bullet chart.

    Declaration
    public BulletChartBuilder TitleStyle(BulletChartBulletLabelStyle titleStyle)
    Parameters
    Type Name Description
    BulletChartBulletLabelStyle titleStyle
    Returns
    Type Description
    BulletChartBuilder

    TitleStyle(Action<BulletChartBulletLabelStyleBuilder>)

    Declaration
    public BulletChartBuilder TitleStyle(Action<BulletChartBulletLabelStyleBuilder> titleStyle)
    Parameters
    Type Name Description
    System.Action<BulletChartBulletLabelStyleBuilder> titleStyle
    Returns
    Type Description
    BulletChartBuilder

    Tooltip(BulletChartBulletTooltipSettings)

    Options for customizing the tooltip of the BulletChart.

    Declaration
    public BulletChartBuilder Tooltip(BulletChartBulletTooltipSettings tooltip)
    Parameters
    Type Name Description
    BulletChartBulletTooltipSettings tooltip
    Returns
    Type Description
    BulletChartBuilder

    Tooltip(Action<BulletChartBulletTooltipSettingsBuilder>)

    Declaration
    public BulletChartBuilder Tooltip(Action<BulletChartBulletTooltipSettingsBuilder> tooltip)
    Parameters
    Type Name Description
    System.Action<BulletChartBulletTooltipSettingsBuilder> tooltip
    Returns
    Type Description
    BulletChartBuilder

    TooltipRender(String)

    Triggers before the bulletchart tooltip is rendered.

    Declaration
    public BulletChartBuilder TooltipRender(string tooltipRender)
    Parameters
    Type Name Description
    System.String tooltipRender
    Returns
    Type Description
    BulletChartBuilder

    Type(FeatureType)

    Default type on feature measure.

    Declaration
    public BulletChartBuilder Type(FeatureType type)
    Parameters
    Type Name Description
    FeatureType type
    Returns
    Type Description
    BulletChartBuilder

    ValueBorder(BulletChartValueBorder)

    Options for customizing the color and width of the feature bar border.

    Declaration
    public BulletChartBuilder ValueBorder(BulletChartValueBorder valueBorder)
    Parameters
    Type Name Description
    BulletChartValueBorder valueBorder
    Returns
    Type Description
    BulletChartBuilder

    ValueBorder(Action<BulletChartBorderBuilder>)

    Declaration
    public BulletChartBuilder ValueBorder(Action<BulletChartBorderBuilder> valueBorder)
    Parameters
    Type Name Description
    System.Action<BulletChartBorderBuilder> valueBorder
    Returns
    Type Description
    BulletChartBuilder

    ValueField(String)

    The DataSource field that contains the value value.

    Declaration
    public BulletChartBuilder ValueField(string valueField)
    Parameters
    Type Name Description
    System.String valueField
    Returns
    Type Description
    BulletChartBuilder

    ValueFill(String)

    Default stroke color of feature measure.

    Declaration
    public BulletChartBuilder ValueFill(string valueFill)
    Parameters
    Type Name Description
    System.String valueFill
    Returns
    Type Description
    BulletChartBuilder

    ValueHeight(Double)

    Options for customizing feature bar height of the bullet chart.

    Declaration
    public BulletChartBuilder ValueHeight(double valueHeight)
    Parameters
    Type Name Description
    System.Double valueHeight
    Returns
    Type Description
    BulletChartBuilder

    Width(String)

    The width of the bullet chart as a string accepts input as both like '100px' or '100%'. If specified as '100%, bullet chart renders to the full width of its parent element.

    Declaration
    public BulletChartBuilder Width(string width)
    Parameters
    Type Name Description
    System.String width
    Returns
    Type Description
    BulletChartBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved