Class BulletChart
Inherited Members
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class BulletChart : EJTagHelper
Constructors
BulletChart()
Declaration
public BulletChart()
Properties
Animation
Options for customizing animation of the feature bar.
Declaration
[HtmlAttributeName("animation")]
public BulletChartAnimation Animation { get; set; }
Property Value
Type | Description |
---|---|
BulletChartAnimation | The default value is null |
BeforePrint
Triggers before the prints gets started.
Declaration
[HtmlAttributeName("beforePrint")]
public string BeforePrint { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Border
Options for customizing the color and width of the chart border.
Declaration
[HtmlAttributeName("border")]
public BulletChartContainerBorder Border { get; set; }
Property Value
Type | Description |
---|---|
BulletChartContainerBorder | The default value is null |
BulletChartMouseClick
Triggers on clicking the chart.
Declaration
[HtmlAttributeName("bulletChartMouseClick")]
public string BulletChartMouseClick { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
CategoryField
It defines the category for the data source.
Declaration
[HtmlAttributeName("categoryField")]
public string CategoryField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
CategoryLabelStyle
Options for customizing values labels.
Declaration
[HtmlAttributeName("categoryLabelStyle")]
public BulletChartBulletLabelStyle CategoryLabelStyle { get; set; }
Property Value
Type | Description |
---|---|
BulletChartBulletLabelStyle | The default value is null |
DataLabel
Options for customizing data label of the feature bar.
Declaration
[HtmlAttributeName("dataLabel")]
public BulletChartBulletDataLabel DataLabel { get; set; }
Property Value
Type | Description |
---|---|
BulletChartBulletDataLabel | The default value is null |
DataSource
default value of multiple data bullet chart.
Declaration
[HtmlAttributeName("dataSource")]
public object DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
EnableGroupSeparator
default value for enableGroupSeparator.
Declaration
[HtmlAttributeName("enableGroupSeparator")]
public bool EnableGroupSeparator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
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 | The default value is false |
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 | The default value is false |
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 | The default value is null |
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 | The default value is Double.NaN |
LabelFormat
Specifies the format of the bullet chart axis labels.
Declaration
[HtmlAttributeName("labelFormat")]
public string LabelFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
LabelPosition
specifies the axis label position of the bullet chart.
Declaration
[HtmlAttributeName("labelPosition")]
public LabelsPlacement LabelPosition { get; set; }
Property Value
Type | Description |
---|---|
LabelsPlacement | The default value is LabelsPlacement.Outside |
LabelStyle
Options for customizing labels
Declaration
[HtmlAttributeName("labelStyle")]
public BulletChartBulletLabelStyle LabelStyle { get; set; }
Property Value
Type | Description |
---|---|
BulletChartBulletLabelStyle | The default value is null |
LegendRender
Triggers before the legend is rendered.
Declaration
[HtmlAttributeName("legendRender")]
public string LegendRender { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
LegendSettings
Options for customizing the legend of the bullet chart.
Declaration
[HtmlAttributeName("legendSettings")]
public BulletChartBulletChartLegendSettings LegendSettings { get; set; }
Property Value
Type | Description |
---|---|
BulletChartBulletChartLegendSettings | The default value is null |
Load
Triggers before bullet chart load.
Declaration
[HtmlAttributeName("load")]
public string Load { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Loaded
Triggers after the bullet chart rendering
Declaration
[HtmlAttributeName("loaded")]
public string Loaded { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Locale
The locale of the bullet chart as a string.
Declaration
[HtmlAttributeName("locale")]
public string Locale { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
MajorTickLines
Options for customizing major tick lines.
Declaration
[HtmlAttributeName("majorTickLines")]
public BulletChartMajorTickLines MajorTickLines { get; set; }
Property Value
Type | Description |
---|---|
BulletChartMajorTickLines | The default value is null |
Margin
Options to customize left, right, top and bottom margins of the bullet chart.
Declaration
[HtmlAttributeName("margin")]
public BulletChartMargin Margin { get; set; }
Property Value
Type | Description |
---|---|
BulletChartMargin | The default value is null |
Maximum
Specifies the maximum range of an scale.
Declaration
[HtmlAttributeName("maximum")]
public double Maximum { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is Double.NaN |
Minimum
Specifies the minimum range of an scale.
Declaration
[HtmlAttributeName("minimum")]
public double Minimum { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is Double.NaN |
MinorTickLines
Options for customizing minor tick lines.
Declaration
[HtmlAttributeName("minorTickLines")]
public BulletChartMinorTickLines MinorTickLines { get; set; }
Property Value
Type | Description |
---|---|
BulletChartMinorTickLines | The default value is null |
MinorTicksPerInterval
specifies the interval of minor ticks.
Declaration
[HtmlAttributeName("minorTicksPerInterval")]
public double MinorTicksPerInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 4 |
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 | The default value is false |
Orientation
Orientation of the scale.
Declaration
[HtmlAttributeName("orientation")]
public OrientationType Orientation { get; set; }
Property Value
Type | Description |
---|---|
OrientationType | The default value is OrientationType.Horizontal |
Query
It defines the query for the data source.
Declaration
[HtmlAttributeName("query")]
public string Query { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
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> | The default value is null |
Subtitle
Specifies the sub title of the bullet chart.
Declaration
[HtmlAttributeName("subtitle")]
public string Subtitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
SubtitleStyle
Options for customizing the sub title styles of the bullet chart.
Declaration
[HtmlAttributeName("subtitleStyle")]
public BulletChartBulletLabelStyle SubtitleStyle { get; set; }
Property Value
Type | Description |
---|---|
BulletChartBulletLabelStyle | The default value is null |
TabIndex
TabIndex value for the bullet chart.
Declaration
[HtmlAttributeName("tabIndex")]
public double TabIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
TargetColor
Default stroke of comparative measure.
Declaration
[HtmlAttributeName("targetColor")]
public string TargetColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "#191919" |
TargetField
The DataSource field that contains the target value.
Declaration
[HtmlAttributeName("targetField")]
public string TargetField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
TargetTypes
The DataSource field that contains the target value.
Declaration
[HtmlAttributeName("targetTypes")]
public object TargetTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
TargetWidth
Options for customizing comparative bar color bullet chart.
Declaration
[HtmlAttributeName("targetWidth")]
public double TargetWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 5 |
Theme
Specifies the theme for the bullet chart.
Declaration
[HtmlAttributeName("theme")]
public ChartTheme Theme { get; set; }
Property Value
Type | Description |
---|---|
ChartTheme | The default value is ChartTheme.Material |
TickPosition
specifies the tick position of the bullet chart.
Declaration
[HtmlAttributeName("tickPosition")]
public TickPosition TickPosition { get; set; }
Property Value
Type | Description |
---|---|
TickPosition | The default value is TickPosition.Outside |
Title
Specifies the title of the bullet chart.
Declaration
[HtmlAttributeName("title")]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
TitlePosition
Sets the title position of bullet chart.
Declaration
[HtmlAttributeName("titlePosition")]
public TextPosition TitlePosition { get; set; }
Property Value
Type | Description |
---|---|
TextPosition | The default value is TextPosition.Top |
TitleStyle
Options for customizing the title styles of the bullet chart.
Declaration
[HtmlAttributeName("titleStyle")]
public BulletChartBulletLabelStyle TitleStyle { get; set; }
Property Value
Type | Description |
---|---|
BulletChartBulletLabelStyle | The default value is null |
Tooltip
Options for customizing the tooltip of the BulletChart.
Declaration
[HtmlAttributeName("tooltip")]
public BulletChartBulletTooltipSettings Tooltip { get; set; }
Property Value
Type | Description |
---|---|
BulletChartBulletTooltipSettings | The default value is null |
TooltipRender
Triggers before the bulletchart tooltip is rendered.
Declaration
[HtmlAttributeName("tooltipRender")]
public string TooltipRender { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Type
Default type on feature measure.
Declaration
[HtmlAttributeName("type")]
public FeatureType Type { get; set; }
Property Value
Type | Description |
---|---|
FeatureType | The default value is FeatureType.Rect |
ValueBorder
Options for customizing the color and width of the feature bar border.
Declaration
[HtmlAttributeName("valueBorder")]
public BulletChartValueBorder ValueBorder { get; set; }
Property Value
Type | Description |
---|---|
BulletChartValueBorder | The default value is null |
ValueField
The DataSource field that contains the value value.
Declaration
[HtmlAttributeName("valueField")]
public string ValueField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
ValueFill
Default stroke color of feature measure.
Declaration
[HtmlAttributeName("valueFill")]
public string ValueFill { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
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 | The default value is 6 |
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 | The default value is null |