Class BulletChart
Inheritance
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
public BulletChartAnimation Animation { get; set; }
Property Value
Type | Description |
---|---|
BulletChartAnimation | The default value is null |
BeforePrint
Triggers before the prints gets started.
Declaration
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
public BulletChartContainerBorder Border { get; set; }
Property Value
Type | Description |
---|---|
BulletChartContainerBorder | The default value is null |
BulletChartMouseClick
Triggers on clicking the chart.
Declaration
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
public string CategoryField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
CategoryLabelStyle
Options for customizing values labels.
Declaration
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
public BulletChartBulletDataLabel DataLabel { get; set; }
Property Value
Type | Description |
---|---|
BulletChartBulletDataLabel | The default value is null |
DataSource
default value of multiple data bullet chart.
Declaration
public object DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
EnableGroupSeparator
default value for enableGroupSeparator.
Declaration
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
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
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
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
public object HtmlAttributes { get; set; }
Property Value
Type |
---|
System.Object |
Interval
Specifies the interval for an scale.
Declaration
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
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
public LabelsPlacement LabelPosition { get; set; }
Property Value
Type | Description |
---|---|
LabelsPlacement | The default value is LabelsPlacement.Outside |
LabelStyle
Options for customizing labels
Declaration
public BulletChartBulletLabelStyle LabelStyle { get; set; }
Property Value
Type | Description |
---|---|
BulletChartBulletLabelStyle | The default value is null |
LegendRender
Triggers before the legend is rendered.
Declaration
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
public BulletChartBulletChartLegendSettings LegendSettings { get; set; }
Property Value
Type | Description |
---|---|
BulletChartBulletChartLegendSettings | The default value is null |
Load
Triggers before bullet chart load.
Declaration
public string Load { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Loaded
Triggers after the bullet chart rendering
Declaration
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
public string Locale { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
MajorTickLines
Options for customizing major tick lines.
Declaration
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
public BulletChartMargin Margin { get; set; }
Property Value
Type | Description |
---|---|
BulletChartMargin | The default value is null |
Maximum
Specifies the maximum range of an scale.
Declaration
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
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
public BulletChartMinorTickLines MinorTickLines { get; set; }
Property Value
Type | Description |
---|---|
BulletChartMinorTickLines | The default value is null |
MinorTicksPerInterval
specifies the interval of minor ticks.
Declaration
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
public bool OpposedPosition { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Orientation
Orientation of the scale.
Declaration
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
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
public List<Range> Ranges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Syncfusion.EJ2.Charts.Range> | The default value is null |
Subtitle
Specifies the sub title of the bullet chart.
Declaration
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
public BulletChartBulletLabelStyle SubtitleStyle { get; set; }
Property Value
Type | Description |
---|---|
BulletChartBulletLabelStyle | The default value is null |
TabIndex
TabIndex value for the bullet chart.
Declaration
public double TabIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
TargetColor
The stroke color for the comparative measure, which can accept values in hex and rgba as valid CSS color strings. This property can also be mapped from the data source.
Declaration
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
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
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
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
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
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
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
TitlePosition
Sets the title position of bullet chart.
Declaration
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
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
public BulletChartBulletTooltipSettings Tooltip { get; set; }
Property Value
Type | Description |
---|---|
BulletChartBulletTooltipSettings | The default value is null |
TooltipRender
Triggers before the bulletchart tooltip is rendered.
Declaration
public string TooltipRender { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Type
Default type on feature measure.
Declaration
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
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
public string ValueField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
ValueFill
The stroke color for the feature measure, which can accept values in hex and rgba as valid CSS color strings. This property can also be mapped from the data source.
Declaration
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
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
public string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |