WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BulletGraphVisualStyle

    Show / Hide Table of Contents

    Class BulletGraphVisualStyle

    Represents the class to define the style for BulletGraph control.

    Inheritance
    System.Object
    ShouldSerializeBasedPersisterType
    StyleInfoBase
    StyleInfoSubObjectBase
    VisualStyleBase
    BulletGraphVisualStyle
    Implements
    System.ComponentModel.ICustomTypeDescriptor
    System.IDisposable
    IStyleInfo
    System.ComponentModel.ISupportInitialize
    System.IFormattable
    System.IConvertible
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    Inherited Members
    VisualStyleBase.UpdateStyles(IThemeProvider)
    StyleInfoSubObjectBase.Dispose(Boolean)
    StyleInfoSubObjectBase.OnStyleChanged(StyleInfoProperty)
    StyleInfoSubObjectBase.IntGetDefaultStyleInfo(StyleInfoProperty)
    StyleInfoSubObjectBase.MakeCopy(StyleInfoBase, StyleInfoProperty)
    StyleInfoSubObjectBase.SubObjectIdentity
    StyleInfoSubObjectBase.Sip
    StyleInfoSubObjectBase.Data
    StyleInfoSubObjectBase.Owner
    StyleInfoBase.WriteXml(XmlWriter)
    StyleInfoBase.ReadXml(XmlReader)
    StyleInfoBase.SetStore(StyleInfoStore)
    StyleInfoBase.ClearCache()
    StyleInfoBase.Dispose()
    StyleInfoBase.Equals(Object)
    StyleInfoBase.EqualsObject(Object, Object)
    StyleInfoBase.GetHashCode()
    StyleInfoBase.ToString()
    StyleInfoBase.ToString(String)
    StyleInfoBase.ToString(String, IFormatProvider)
    StyleInfoBase.ParseString(String)
    StyleInfoBase.BeginInit()
    StyleInfoBase.EndInit()
    StyleInfoBase.BeginUpdate()
    StyleInfoBase.EndUpdate()
    StyleInfoBase.GetDefaultStyleInfoStore(StyleInfoProperty)
    StyleInfoBase.OnStyleChanging(StyleInfoProperty)
    StyleInfoBase.IsSubset(IStyleInfo)
    StyleInfoBase.CopyFrom(IStyleInfo)
    StyleInfoBase.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoBase.InheritStyle(IStyleInfo, StyleModifyType)
    StyleInfoBase.MergeStyle(IStyleInfo)
    StyleInfoBase.HasValue(StyleInfoProperty)
    StyleInfoBase.IsValueModified(StyleInfoProperty)
    StyleInfoBase.ResetValue(StyleInfoProperty)
    StyleInfoBase.GetValue(StyleInfoProperty)
    StyleInfoBase.GetDefaultValue(StyleInfoProperty)
    StyleInfoBase.GetShortValue(StyleInfoProperty)
    StyleInfoBase.SetValue(StyleInfoProperty, Object)
    StyleInfoBase.SetValue(StyleInfoProperty, Int16)
    StyleInfoBase.IConvertible.ToUInt64(IFormatProvider)
    StyleInfoBase.IConvertible.ToSByte(IFormatProvider)
    StyleInfoBase.IConvertible.ToDouble(IFormatProvider)
    StyleInfoBase.IConvertible.ToDateTime(IFormatProvider)
    StyleInfoBase.IConvertible.ToSingle(IFormatProvider)
    StyleInfoBase.IConvertible.ToBoolean(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt32(IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt16(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt16(IFormatProvider)
    StyleInfoBase.IConvertible.ToString(IFormatProvider)
    StyleInfoBase.IConvertible.ToByte(IFormatProvider)
    StyleInfoBase.IConvertible.ToChar(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt64(IFormatProvider)
    StyleInfoBase.IConvertible.GetTypeCode()
    StyleInfoBase.IConvertible.ToDecimal(IFormatProvider)
    StyleInfoBase.IConvertible.ToType(Type, IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt32(IFormatProvider)
    StyleInfoBase.Identity
    StyleInfoBase.Store
    StyleInfoBase.CacheValues
    StyleInfoBase.WeakReferenceChangedListeners
    StyleInfoBase.Updating
    StyleInfoBase.IsEmpty
    StyleInfoBase.IsChanged
    StyleInfoBase.Changed
    StyleInfoBase.Changing
    ShouldSerializeBasedPersisterType.GetNewAttributesCount(PropertyDescriptor)
    ShouldSerializeBasedPersisterType.AddNewAttributes(PropertyDescriptor, Attribute[], Int32)
    ShouldSerializeBasedPersisterType.GetCustomPDC(PropertyDescriptorCollection)
    ShouldSerializeBasedPersisterType.CheckAllProperties
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 property.

    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 property.

    DefaultStyle

    Gets the default style value for the BulletGraph control.

    Declaration
    public static BulletGraphVisualStyle DefaultStyle { get; }
    Property Value
    Type Description
    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 property.

    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 Description
    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 Description
    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
    StyleInfoBase.CreateSubObjectIdentity(StyleInfoProperty)

    GetDefaultStyle()

    Gets the default style value of the DefaultStyle class.

    Declaration
    protected override StyleInfoBase GetDefaultStyle()
    Returns
    Type Description
    StyleInfoBase

    Returns the default style value.

    Overrides
    VisualStyleBase.GetDefaultStyle()

    Implements

    System.ComponentModel.ICustomTypeDescriptor
    System.IDisposable
    IStyleInfo
    System.ComponentModel.ISupportInitialize
    System.IFormattable
    System.IConvertible
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved