Class BulletChart
Inheritance
System.Object
BulletChart
Assembly: Syncfusion.EJ2.dll
Syntax
public class BulletChart : EJTagHelper
Constructors
BulletChart()
Declaration
Properties
Animation
Options for customizing animation of the feature bar.
Declaration
public BulletChartAnimation Animation { get; set; }
Property Value
BeforePrint
Triggers before the prints gets started.
Declaration
public string BeforePrint { get; set; }
Property Value
Type |
Description |
System.String |
|
Border
Options for customizing the color and width of the chart border.
Declaration
public BulletChartContainerBorder Border { get; set; }
Property Value
BulletChartMouseClick
Triggers on clicking the chart.
Declaration
public string BulletChartMouseClick { get; set; }
Property Value
Type |
Description |
System.String |
|
CategoryField
It defines the category for the data source.
Declaration
public string CategoryField { get; set; }
Property Value
Type |
Description |
System.String |
|
CategoryLabelStyle
Options for customizing values labels
Declaration
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
public BulletChartBulletDataLabel DataLabel { get; set; }
Property Value
DataSource
default value of multiple data bullet chart.
Declaration
public object DataSource { get; set; }
Property Value
Type |
Description |
System.Object |
|
EnableGroupSeparator
default value for enableGroupSeparator
Declaration
public bool EnableGroupSeparator { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnablePersistence
Enable or disable persisting component's state between page reloads.
Declaration
public bool EnablePersistence { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRtl
Enable or disable rendering component in right to left direction.
Declaration
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
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
public object HtmlAttributes { get; set; }
Property Value
Type |
Description |
System.Object |
|
Interval
Specifies the interval for an scale.
Declaration
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
public string LabelFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelPosition
specifies the axis label position of the bullet chart
Declaration
public LabelsPlacement LabelPosition { get; set; }
Property Value
LabelStyle
Options for customizing labels
Declaration
public BulletChartBulletLabelStyle LabelStyle { get; set; }
Property Value
LegendRender
Triggers before the legend is rendered.
Declaration
public string LegendRender { get; set; }
Property Value
Type |
Description |
System.String |
|
LegendSettings
Options for customizing the legend of the bullet chart.
Declaration
public BulletChartBulletChartLegendSettings LegendSettings { get; set; }
Property Value
Load
Triggers before bullet chart load.
Declaration
public string Load { get; set; }
Property Value
Type |
Description |
System.String |
|
Loaded
Triggers after the bullet chart rendering
Declaration
public string Loaded { get; set; }
Property Value
Type |
Description |
System.String |
|
Locale
The locale of the bullet chart as a string.
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
MajorTickLines
Options for customizing major tick lines.
Declaration
public BulletChartMajorTickLines MajorTickLines { get; set; }
Property Value
Margin
Options to customize left, right, top and bottom margins of the bullet chart.
Declaration
public BulletChartMargin Margin { get; set; }
Property Value
Maximum
Specifies the maximum range of an scale.
Declaration
public double Maximum { get; set; }
Property Value
Type |
Description |
System.Double |
|
Minimum
Specifies the minimum range of an scale.
Declaration
public double Minimum { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinorTickLines
Options for customizing minor tick lines.
Declaration
public BulletChartMinorTickLines MinorTickLines { get; set; }
Property Value
MinorTicksPerInterval
specifies the interval of minor ticks
Declaration
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
public bool OpposedPosition { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Orientation
Declaration
public OrientationType Orientation { get; set; }
Property Value
Query
It defines the query for the data source.
Declaration
public string Query { get; set; }
Property Value
Type |
Description |
System.String |
|
Ranges
provides Qualitative ranges of the bullet chart.
Declaration
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
public string Subtitle { get; set; }
Property Value
Type |
Description |
System.String |
|
SubtitleStyle
Options for customizing the sub title styles of the bullet chart
Declaration
public BulletChartBulletLabelStyle SubtitleStyle { get; set; }
Property Value
TabIndex
TabIndex value for the bullet chart.
Declaration
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
public string TargetColor { get; set; }
Property Value
Type |
Description |
System.String |
|
TargetField
The DataSource field that contains the target value.
Declaration
public string TargetField { get; set; }
Property Value
Type |
Description |
System.String |
|
TargetTypes
The DataSource field that contains the target value.
Declaration
public object TargetTypes { get; set; }
Property Value
Type |
Description |
System.Object |
|
TargetWidth
Options for customizing comparative bar color bullet chart
Declaration
public double TargetWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Theme
Specifies the theme for the bullet chart.
Declaration
public ChartTheme Theme { get; set; }
Property Value
TickPosition
specifies the tick position of the bullet chart
Declaration
public TickPosition TickPosition { get; set; }
Property Value
Title
Specifies the title of the bullet chart.
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
TitlePosition
Sets the title position of bullet chart.
Declaration
public TextPosition TitlePosition { get; set; }
Property Value
TitleStyle
Options for customizing the title styles of the bullet chart
Declaration
public BulletChartBulletLabelStyle TitleStyle { get; set; }
Property Value
Options for customizing the tooltip of the BulletChart.
Declaration
public BulletChartBulletTooltipSettings Tooltip { get; set; }
Property Value
Triggers before the bulletchart tooltip is rendered.
Declaration
public string TooltipRender { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Default type on feature measure.
Declaration
public FeatureType Type { get; set; }
Property Value
ValueBorder
Options for customizing the color and width of the feature bar border.
Declaration
public BulletChartValueBorder ValueBorder { get; set; }
Property Value
ValueField
The DataSource field that contains the value value.
Declaration
public string ValueField { get; set; }
Property Value
Type |
Description |
System.String |
|
ValueFill
Default stroke color of feature measure.
Declaration
public string ValueFill { get; set; }
Property Value
Type |
Description |
System.String |
|
ValueHeight
Options for customizing feature bar height of the bullet chart
Declaration
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
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|