Class BulletGraphProperties
Inherited Members
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class BulletGraphProperties : EJTagHelper
Constructors
BulletGraphProperties()
Declaration
public BulletGraphProperties()
Properties
ApplyRangeStrokeToLabels
Gets or sets the ApplyRangeStrokeToLabels value of bullet graph
Declaration
[JsonProperty("applyRangeStrokeToLabels")]
public bool ApplyRangeStrokeToLabels { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Toggles the visibility of the range stroke color of the labels.
ApplyRangeStrokeToTicks
Gets or sets the ApplyRangeStrokeToTicks value of bullet graph
Declaration
[JsonProperty("applyRangeStrokeToTicks")]
public bool ApplyRangeStrokeToTicks { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Toggles the visibility of the range stroke color of the ticks.
CaptionSettings
Gets or sets the CaptionSettings of bullet graph
Declaration
[JsonProperty("captionSettings")]
public CaptionSettings CaptionSettings { get; set; }
Property Value
Type | Description |
---|---|
CaptionSettings |
Remarks
Contains all the properties to customize the caption in bullet graph.
Click
Gets or sets the name of client-side function to handle click event
Declaration
[JsonProperty("click")]
public string Click { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Client-side click event-handler name. Fires on clicking the bullet graph
ComparativeMeasureValue
Gets or sets the Value of comparative measure
Declaration
[JsonProperty("comparativeMeasureValue")]
public double ComparativeMeasureValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Specifies the value of comparative measure
DoubleClick
Gets or sets the name of client-side function to handle double-click event
Declaration
[JsonProperty("doubleClick")]
public string DoubleClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Client-side double-click event-handler name. Fires on double clicking the bullet graph
DrawCaption
Gets or sets the value of DrawCaption property in bullet graph
Declaration
[JsonProperty("drawCaption")]
public string DrawCaption { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Client-side draw caption event. Fires on rendering the caption of bullet graph
DrawCategory
Gets or sets the value of DrawCategory property in bullet graph
Declaration
[JsonProperty("drawCategory")]
public string DrawCategory { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Client-side draw category event. Fires on rendering the category.
DrawComparativeMeasureSymbol
Gets or sets the value of DrawComparativeMeasureSymbol property in bullet graph
Declaration
[JsonProperty("drawComparativeMeasureSymbol")]
public string DrawComparativeMeasureSymbol { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Client-side draw comparative measure symbol event. Fires on rendering the comparative measure symbol.
DrawFeatureMeasureBar
Gets or sets the value of DrawFeatureMeasureBar property in bullet graph
Declaration
[JsonProperty("drawFeatureMeasureBar")]
public string DrawFeatureMeasureBar { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Client-side draw feature measure bar event. Fires on rendering the feature measure bar.
DrawIndicator
Gets or sets the value of DrawIndicator property in bullet graph
Declaration
[JsonProperty("drawIndicator")]
public string DrawIndicator { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Client-side draw indicator event. Fires on rendering the indicator of bullet graph
DrawLabels
Gets or sets the value of DrawLabels property in bullet graph
Declaration
[JsonProperty("drawLabels")]
public string DrawLabels { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Client-side draw labels event. Fires on rendering the labels
DrawQualitativeRanges
Gets or sets the value of DrawQualitativeRanges property in bullet graph
Declaration
[JsonProperty("drawQualitativeRanges")]
public string DrawQualitativeRanges { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Client-side draw qualitative ranges event. Fires on rendering the qualitative ranges
DrawTicks
Gets or sets the value of DrawTicks property in bullet graph
Declaration
[JsonProperty("drawTicks")]
public string DrawTicks { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Client-side draw ticks event. Fires before drawing ticks
EnableAnimation
Gets or sets the EnableAnimation value of bullet graph
Declaration
[JsonProperty("enableAnimation")]
public bool EnableAnimation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Toggles the animation of bullet graph.
EnableResizing
Gets or sets the EnableResizing value of bullet graph
Declaration
[JsonProperty("enableResizing")]
public bool EnableResizing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Toggles the animation of bullet graph.
Fields
Gets or sets the Fields of bullet graph
Declaration
[JsonProperty("fields")]
public Fields Fields { get; set; }
Property Value
Type | Description |
---|---|
Fields |
Remarks
Contains all the properties to customize the fields in bullet graph.
FlowDirection
Gets or sets the FlowDirection of the bullet graph
Declaration
[JsonProperty("flowDirection")]
[JsonConverter(typeof(StringEnumConverter))]
public FlowDirection FlowDirection { get; set; }
Property Value
Type | Description |
---|---|
FlowDirection |
Remarks
Specifies the direction of flow in bullet graph. Neither it may be backward nor forward.
Height
Gets or sets the Height of bullet graph
Declaration
[JsonProperty("height")]
public int Height { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Height of the bullet graph.
IsResponsive
Gets or sets the IsResponsive value of bullet graph
Declaration
[JsonProperty("isResponsive")]
public bool IsResponsive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Toggles the animation of bullet graph.
Orientation
Gets or sets the Orientation of the bullet graph
Declaration
[JsonProperty("orientation")]
[JsonConverter(typeof(StringEnumConverter))]
public Orientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
Orientation |
Remarks
Bullet graph will render in the specified orientation.
QualitativeRanges
Gets or sets the QualitativeRanges of bullet graph
Declaration
[JsonProperty("qualitativeRanges")]
public List<QualitativeRanges> QualitativeRanges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<QualitativeRanges> |
Remarks
Contains all the properties to customize qualitative ranges.
QualitativeRangeSize
Gets or sets the QualitativeRangeSize in bullet graph
Declaration
[JsonProperty("qualitativeRangeSize")]
public int QualitativeRangeSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Size of the qualitative range depends up on the specified value.
QuantitativeScaleLength
Gets or sets the QuantitativeScaleLength of bullet graph
Declaration
[JsonProperty("quantitativeScaleLength")]
public int QuantitativeScaleLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Length of the quantitative range depends up on the specified value.
QuantitativeScaleSettings
Gets or sets the QuantitativeScaleSettings of bullet graph
Declaration
[JsonProperty("quantitativeScaleSettings")]
public QuantitativeScaleSettings QuantitativeScaleSettings { get; set; }
Property Value
Type | Description |
---|---|
QuantitativeScaleSettings |
Remarks
Contains all the properties to customize the quantitative scale.
RightClick
Gets or sets the name of client-side function to handle right-click event
Declaration
[JsonProperty("rightClick")]
public string RightClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Client-side right-click event-handler name. Fires on right clicking the bullet graph
Theme
Gets or sets the Theme of the bullet graph
Declaration
[JsonProperty("theme")]
public string Theme { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
By specifying this property the user can change the theme of the bullet graph.
TooltipSettings
Gets or sets the TooltipSettings of bullet graph
Declaration
[JsonProperty("tooltipSettings")]
public BulletTooltip TooltipSettings { get; set; }
Property Value
Type | Description |
---|---|
BulletTooltip |
Remarks
Contains all the properties to customize tooltip.
Value
Gets or sets the Value of feature measure
Declaration
[JsonProperty("value")]
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Specifies the value of feature measure
Width
Gets or sets the Width of the bullet graph
Declaration
[JsonProperty("width")]
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Specifies the width of the bullet graph
Methods
GetControlDetails()
Declaration
protected override object GetControlDetails()
Returns
Type | Description |
---|---|
System.Object |
Overrides
ShouldSerializeCaptionSettings()
Declaration
public bool ShouldSerializeCaptionSettings()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeFields()
Declaration
public bool ShouldSerializeFields()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeQualitativeRanges()
Declaration
public bool ShouldSerializeQualitativeRanges()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeQuantitativeScaleSettings()
Declaration
public bool ShouldSerializeQuantitativeScaleSettings()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeTooltip()
Declaration
public bool ShouldSerializeTooltip()
Returns
Type | Description |
---|---|
System.Boolean |