Class BulletGraphVisualStyle
Represents the class to define the style for BulletGraph control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.BulletGraph
Assembly: Syncfusion.BulletGraph.Windows.dll
Syntax
public class BulletGraphVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
BulletGraphVisualStyle()
Initializes a new instance of the BulletGraphVisualStyle class.
Declaration
public BulletGraphVisualStyle()
BulletGraphVisualStyle(BulletGraphStyleInfoIdentity)
Initializes a new instance of the BulletGraphVisualStyle class.
Declaration
public BulletGraphVisualStyle(BulletGraphStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
BulletGraphStyleInfoIdentity | identity | A BulletGraphStyleInfoIdentity that holds the identity for this BulletGraphStyleInfoStore. |
BulletGraphVisualStyle(BulletGraphStyleInfoIdentity, BulletGraphStyleInfoStore)
Initializes a new instance of the BulletGraphVisualStyle class.
Declaration
public BulletGraphVisualStyle(BulletGraphStyleInfoIdentity identity, BulletGraphStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
BulletGraphStyleInfoIdentity | identity | A BulletGraphStyleInfoIdentity that holds the identity for this BulletGraphStyleInfoStore. |
BulletGraphStyleInfoStore | store | Holds instance of a BulletGraphStyleInfoStore class |
BulletGraphVisualStyle(BulletGraphStyleInfoStore)
Initializes a new instance of the BulletGraphVisualStyle class.
Declaration
public BulletGraphVisualStyle(BulletGraphStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
BulletGraphStyleInfoStore | store | Holds instance of a BulletGraphStyleInfoStore class. |
Properties
BackColor
Gets or sets the back color of the BulletGraph control.
Declaration
public Color BackColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to fill the back of the bullet graph. |
Remarks
This color has filled to back of the bullet graph only when set the
CaptionColor
Gets or sets the caption color of the BulletGraph control.
Declaration
public Color CaptionColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to fill the caption of the bullet graph. |
Remarks
This color has filled to caption of the bullet graph only when set the CaptionStroke property.
ComparativeMeasureSymbolColor
Gets or sets the comparative measure symbol color of the BulletGraph control.
Declaration
public Color ComparativeMeasureSymbolColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to fill the comparative measure symbol of the bulletgraph. |
Remarks
This color has filled to comparative measure symbol of the bulletgraph only when set the ComparativeMeasureSymbolStroke property.
ComparativeMeasureSymbolThickness
Gets or sets the comparative measure symbol thickness of the BulletGraph control.
Declaration
public int ComparativeMeasureSymbolThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The System.Int32 value is used to set the comparative measure symbol thickness of the bulletgraph. |
Remarks
This thickness has set to comparative measure symbol of the bulletgraph only when set the
DefaultStyle
Gets the default style value for the BulletGraph control.
Declaration
public static BulletGraphVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
BulletGraphVisualStyle |
FeaturedMeasuredSymbolColor
Gets or sets the featured measured symbol color of the BulletGraph control.
Declaration
public Color FeaturedMeasuredSymbolColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to fill the featured measured symbol of the bulletgraph. |
Remarks
This color has filled to featured measured symbol of the bulletgraph only when set the
FeaturedMeasuredSymbolThickness
Gets or sets the featured measured symbol thickness of the BulletGraph control.
Declaration
public int FeaturedMeasuredSymbolThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The System.Int32 value is used to set the featured measured symbol thickness of the bulletgraph. |
Remarks
This thickness has set to featured measured symbol of the bulletgraph only when set the FeaturedMeasureBarStrokeThickness property.
Font
Gets or sets the System.Drawing.Font value of the BulletGraph control.
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
FontSize
Gets or sets the font size of the BulletGraph control.
Declaration
public int FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The System.Int32 value is used to set the font size of the bulletgraph. |
Remarks
This size has set to font size of the bulletgraph only when set the LabelFontSize property.
LabelColor
Gets or sets the label color of the BulletGraph control.
Declaration
public Color LabelColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to fill the label of the bulletgraph. |
Remarks
This color has filled to label of the bulletgraph only when set the LabelStroke property.
MajorTickColor
Gets or sets the major tick color of the BulletGraph control.
Declaration
public Color MajorTickColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to fill the major tick of the bulletgraph. |
Remarks
This color has filled to major tick of the bulletgraph only when set the MajorTickStroke property.
MajorTickThickness
Gets or sets the major tick thickness of the BulletGraph control.
Declaration
public int MajorTickThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The System.Int32 value is used to set the major tick thickness of the bulletgraph. |
Remarks
This thickness has set to major tick of the bulletgraph only when set the MajorTickStrokeThickness property.
MinorTickColor
Gets or sets the minor tick color of the BulletGraph control.
Declaration
public Color MinorTickColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to fill the minor tick of the bulletgraph. |
Remarks
This color has filled to minor tick of the bulletgraph only when set the MinorTickStroke property.
MinorTickThickness
Gets or sets the minor tick thickness of the BulletGraph control.
Declaration
public int MinorTickThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The System.Int32 value is used to set the minor tick thickness of the bulletgraph. |
Remarks
This thickness has set to minor tick of the bulletgraph only when set the MinorTickStrokeThickness property.
RangeColor
Gets or sets the range color of the BulletGraph control.
Declaration
public Color RangeColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to fill the range of the bullet graph. |
Remarks
This color has filled to range of the bullet graph only when set the RangeStroke property.
RangeStyle
Gets or sets the range style.
Declaration
public RangeStyleInfo RangeStyle { get; set; }
Property Value
Type |
---|
RangeStyleInfo |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Overridden to create a product-specific identity object for the sub object.
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip | StyleInfoProperty descriptor for this sub object. |
Returns
Type | Description |
---|---|
StyleInfoSubObjectIdentity | Identity for the sub object. |
Overrides
GetDefaultStyle()
Gets the default style value of the DefaultStyle class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |