Class BulletChart
Inheritance
System.Object
BulletChart
Inherited Members
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()
Assembly: Syncfusion.EJ2.dll
Syntax
public class BulletChart : EJTagHelper
Constructors
BulletChart()
Declaration
Properties
Animation
Options for customizing animation of the feature bar.
Declaration
[HtmlAttributeName("animation")]
public BulletChartAnimation Animation { get; set; }
Property Value
BeforePrint
Triggers before the prints gets started.
Declaration
[HtmlAttributeName("beforePrint")]
public string BeforePrint { get; set; }
Property Value
Type |
Description |
System.String |
|
Border
Options for customizing the color and width of the chart border.
Declaration
[HtmlAttributeName("border")]
public BulletChartContainerBorder Border { get; set; }
Property Value
BulletChartMouseClick
Triggers on clicking the chart.
Declaration
[HtmlAttributeName("bulletChartMouseClick")]
public string BulletChartMouseClick { get; set; }
Property Value
Type |
Description |
System.String |
|
CategoryField
It defines the category for the data source.
Declaration
[HtmlAttributeName("categoryField")]
public string CategoryField { get; set; }
Property Value
Type |
Description |
System.String |
|
CategoryLabelStyle
Options for customizing values labels
Declaration
[HtmlAttributeName("categoryLabelStyle")]
public BulletChartBulletLabelStyle CategoryLabelStyle { get; set; }
Property Value
ClassName
Declaration
protected override string ClassName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
DataLabel
Options for customizing data label of the feature bar.
Declaration
[HtmlAttributeName("dataLabel")]
public BulletChartBulletDataLabel DataLabel { get; set; }
Property Value
DataSource
default value of multiple data bullet chart.
Declaration
[HtmlAttributeName("dataSource")]
public object DataSource { get; set; }
Property Value
Type |
Description |
System.Object |
|
EnableGroupSeparator
default value for enableGroupSeparator
Declaration
[HtmlAttributeName("enableGroupSeparator")]
public bool EnableGroupSeparator { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnablePersistence
Enable or disable persisting component's state between page reloads.
Declaration
[HtmlAttributeName("enablePersistence")]
public bool EnablePersistence { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRtl
Enable or disable rendering component in right to left direction.
Declaration
[HtmlAttributeName("enableRtl")]
public bool EnableRtl { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Height
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
[HtmlAttributeName("height")]
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
[HtmlAttributeName("htmlAttributes")]
public object HtmlAttributes { get; set; }
Property Value
Type |
Description |
System.Object |
|
Interval
Specifies the interval for an scale.
Declaration
[HtmlAttributeName("interval")]
public double Interval { get; set; }
Property Value
Type |
Description |
System.Double |
|
IsFor
Declaration
protected override bool IsFor { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Specifies the format of the bullet chart axis labels.
Declaration
[HtmlAttributeName("labelFormat")]
public string LabelFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelPosition
specifies the axis label position of the bullet chart
Declaration
[HtmlAttributeName("labelPosition")]
public LabelsPlacement LabelPosition { get; set; }
Property Value
LabelStyle
Options for customizing labels
Declaration
[HtmlAttributeName("labelStyle")]
public BulletChartBulletLabelStyle LabelStyle { get; set; }
Property Value
LegendRender
Triggers before the legend is rendered.
Declaration
[HtmlAttributeName("legendRender")]
public string LegendRender { get; set; }
Property Value
Type |
Description |
System.String |
|
LegendSettings
Options for customizing the legend of the bullet chart.
Declaration
[HtmlAttributeName("legendSettings")]
public BulletChartBulletChartLegendSettings LegendSettings { get; set; }
Property Value
Load
Triggers before bullet chart load.
Declaration
[HtmlAttributeName("load")]
public string Load { get; set; }
Property Value
Type |
Description |
System.String |
|
Loaded
Triggers after the bullet chart rendering
Declaration
[HtmlAttributeName("loaded")]
public string Loaded { get; set; }
Property Value
Type |
Description |
System.String |
|
Locale
The locale of the bullet chart as a string.
Declaration
[HtmlAttributeName("locale")]
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
MajorTickLines
Options for customizing major tick lines.
Declaration
[HtmlAttributeName("majorTickLines")]
public BulletChartMajorTickLines MajorTickLines { get; set; }
Property Value
Margin
Options to customize left, right, top and bottom margins of the bullet chart.
Declaration
[HtmlAttributeName("margin")]
public BulletChartMargin Margin { get; set; }
Property Value
Maximum
Specifies the maximum range of an scale.
Declaration
[HtmlAttributeName("maximum")]
public double Maximum { get; set; }
Property Value
Type |
Description |
System.Double |
|
Minimum
Specifies the minimum range of an scale.
Declaration
[HtmlAttributeName("minimum")]
public double Minimum { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinorTickLines
Options for customizing minor tick lines.
Declaration
[HtmlAttributeName("minorTickLines")]
public BulletChartMinorTickLines MinorTickLines { get; set; }
Property Value
MinorTicksPerInterval
specifies the interval of minor ticks
Declaration
[HtmlAttributeName("minorTicksPerInterval")]
public double MinorTicksPerInterval { get; set; }
Property Value
Type |
Description |
System.Double |
|
NameSpace
Declaration
protected override string NameSpace { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
OpposedPosition
If set to true, the axis will render at the opposite side of its default position.
Declaration
[HtmlAttributeName("opposedPosition")]
public bool OpposedPosition { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Orientation
Declaration
[HtmlAttributeName("orientation")]
public OrientationType Orientation { get; set; }
Property Value
Query
It defines the query for the data source.
Declaration
[HtmlAttributeName("query")]
public string Query { get; set; }
Property Value
Type |
Description |
System.String |
|
Ranges
provides Qualitative ranges of the bullet chart.
Declaration
[HtmlAttributeName("ranges")]
public List<Range> Ranges { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Range> |
|
Subtitle
Specifies the sub title of the bullet chart.
Declaration
[HtmlAttributeName("subtitle")]
public string Subtitle { get; set; }
Property Value
Type |
Description |
System.String |
|
SubtitleStyle
Options for customizing the sub title styles of the bullet chart
Declaration
[HtmlAttributeName("subtitleStyle")]
public BulletChartBulletLabelStyle SubtitleStyle { get; set; }
Property Value
TabIndex
TabIndex value for the bullet chart.
Declaration
[HtmlAttributeName("tabIndex")]
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
TargetColor
Default stroke of comparative measure.
Declaration
[HtmlAttributeName("targetColor")]
public string TargetColor { get; set; }
Property Value
Type |
Description |
System.String |
|
TargetField
The DataSource field that contains the target value.
Declaration
[HtmlAttributeName("targetField")]
public string TargetField { get; set; }
Property Value
Type |
Description |
System.String |
|
TargetTypes
The DataSource field that contains the target value.
Declaration
[HtmlAttributeName("targetTypes")]
public object TargetTypes { get; set; }
Property Value
Type |
Description |
System.Object |
|
TargetWidth
Options for customizing comparative bar color bullet chart
Declaration
[HtmlAttributeName("targetWidth")]
public double TargetWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Theme
Specifies the theme for the bullet chart.
Declaration
[HtmlAttributeName("theme")]
public ChartTheme Theme { get; set; }
Property Value
TickPosition
specifies the tick position of the bullet chart
Declaration
[HtmlAttributeName("tickPosition")]
public TickPosition TickPosition { get; set; }
Property Value
Title
Specifies the title of the bullet chart.
Declaration
[HtmlAttributeName("title")]
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
TitlePosition
Sets the title position of bullet chart.
Declaration
[HtmlAttributeName("titlePosition")]
public TextPosition TitlePosition { get; set; }
Property Value
TitleStyle
Options for customizing the title styles of the bullet chart
Declaration
[HtmlAttributeName("titleStyle")]
public BulletChartBulletLabelStyle TitleStyle { get; set; }
Property Value
Options for customizing the tooltip of the BulletChart.
Declaration
[HtmlAttributeName("tooltip")]
public BulletChartBulletTooltipSettings Tooltip { get; set; }
Property Value
Triggers before the bulletchart tooltip is rendered.
Declaration
[HtmlAttributeName("tooltipRender")]
public string TooltipRender { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Default type on feature measure.
Declaration
[HtmlAttributeName("type")]
public FeatureType Type { get; set; }
Property Value
ValueBorder
Options for customizing the color and width of the feature bar border.
Declaration
[HtmlAttributeName("valueBorder")]
public BulletChartValueBorder ValueBorder { get; set; }
Property Value
ValueField
The DataSource field that contains the value value.
Declaration
[HtmlAttributeName("valueField")]
public string ValueField { get; set; }
Property Value
Type |
Description |
System.String |
|
ValueFill
Default stroke color of feature measure.
Declaration
[HtmlAttributeName("valueFill")]
public string ValueFill { get; set; }
Property Value
Type |
Description |
System.String |
|
ValueHeight
Options for customizing feature bar height of the bullet chart
Declaration
[HtmlAttributeName("valueHeight")]
public double ValueHeight { get; set; }
Property Value
Type |
Description |
System.Double |
|
Width
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
[HtmlAttributeName("width")]
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|