menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BulletGraphStyleInfoStore - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BulletGraphStyleInfoStore

    Provides storage for the BulletGraphVisualStyle object.

    Inheritance
    System.Object
    StyleInfoStore
    VisualStyleInfoStore
    BulletGraphStyleInfoStore
    Implements
    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    StyleInfoStore.Clear()
    StyleInfoStore.Clone()
    StyleInfoStore.CopyTo(StyleInfoStore)
    StyleInfoStore.Dispose()
    StyleInfoStore.Equals(Object)
    StyleInfoStore.FindStyleInfoProperty(String)
    StyleInfoStore.GetHashCode()
    StyleInfoStore.GetSchema()
    StyleInfoStore.GetShortValue(StyleInfoProperty)
    StyleInfoStore.GetValue(StyleInfoProperty)
    StyleInfoStore.HasValue(StyleInfoProperty)
    StyleInfoStore.InheritStyle(IStyleInfo, StyleModifyType)
    StyleInfoStore.IsChanged
    StyleInfoStore.IsEmpty
    StyleInfoStore.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
    StyleInfoStore.IsSubset(IStyleInfo)
    StyleInfoStore.IStyleInfo.ParseString(String)
    StyleInfoStore.IStyleInfo.Store
    StyleInfoStore.IsValueModified(StyleInfoProperty)
    StyleInfoStore.MergeStyle(IStyleInfo)
    StyleInfoStore.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoStore.ModifyStyleKeepChanges(IStyleInfo, StyleModifyType)
    StyleInfoStore.ProcessReadXml(XmlReader, StyleInfoProperty)
    StyleInfoStore.ProcessWriteXml(XmlWriter, StyleInfoProperty)
    StyleInfoStore.PropertyGridSortOrder
    StyleInfoStore.ReadXml(XmlReader)
    StyleInfoStore.RegisterXmlSerializer(Type, XmlSerializer)
    StyleInfoStore.ResetChangedBits()
    StyleInfoStore.ResetValue(StyleInfoProperty)
    StyleInfoStore.SetValue(StyleInfoProperty, Int16)
    StyleInfoStore.SetValue(StyleInfoProperty, Object)
    StyleInfoStore.SetValueModified(StyleInfoProperty, Boolean)
    StyleInfoStore.StyleInfoProperties
    StyleInfoStore.ToString()
    StyleInfoStore.WriteXml(XmlWriter)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Forms.BulletGraph
    Assembly: Syncfusion.BulletGraph.Windows.dll
    Syntax
    public class BulletGraphStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable

    Constructors

    BulletGraphStyleInfoStore()

    Initializes a new instance of the BulletGraphStyleInfoStore class.

    Declaration
    public BulletGraphStyleInfoStore()

    BulletGraphStyleInfoStore(SerializationInfo, StreamingContext)

    Declaration
    protected BulletGraphStyleInfoStore(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info
    System.Runtime.Serialization.StreamingContext context

    Fields

    BackColorProperty

    Provides information about the BackColor property.

    Declaration
    public static readonly StyleInfoProperty BackColorProperty
    Field Value
    Type
    StyleInfoProperty

    CaptionColorProperty

    Provides information about the CaptionColor property.

    Declaration
    public static readonly StyleInfoProperty CaptionColorProperty
    Field Value
    Type
    StyleInfoProperty

    ComparativeMeasureSymbolColorProperty

    Provides information about the ComparativeMeasureSymbolColor property.

    Declaration
    public static readonly StyleInfoProperty ComparativeMeasureSymbolColorProperty
    Field Value
    Type
    StyleInfoProperty

    ComparativeMeasureSymbolThicknessProperty

    Provides information about the ComparativeMeasureSymbolThickness property.

    Declaration
    public static readonly StyleInfoProperty ComparativeMeasureSymbolThicknessProperty
    Field Value
    Type
    StyleInfoProperty

    FeaturedMeasuredSymbolColorProperty

    Provides information about the FeaturedMeasuredSymbolColor property.

    Declaration
    public static readonly StyleInfoProperty FeaturedMeasuredSymbolColorProperty
    Field Value
    Type
    StyleInfoProperty

    FeaturedMeasuredSymbolThicknessProperty

    Provides information about the FeaturedMeasuredSymbolThickness property.

    Declaration
    public static readonly StyleInfoProperty FeaturedMeasuredSymbolThicknessProperty
    Field Value
    Type
    StyleInfoProperty

    FontProperty

    Provides information about the Font property.

    Declaration
    public static readonly StyleInfoProperty FontProperty
    Field Value
    Type
    StyleInfoProperty

    FontSizeProperty

    Provides information about the FontSize property.

    Declaration
    public static readonly StyleInfoProperty FontSizeProperty
    Field Value
    Type
    StyleInfoProperty

    LabelColorProperty

    Provides information about the LabelColor property.

    Declaration
    public static readonly StyleInfoProperty LabelColorProperty
    Field Value
    Type
    StyleInfoProperty

    MajorTickColorProperty

    Provides information about the MajorTickColor property.

    Declaration
    public static readonly StyleInfoProperty MajorTickColorProperty
    Field Value
    Type
    StyleInfoProperty

    MajorTickThicknessProperty

    Provides information about the MajorTickThickness property.

    Declaration
    public static readonly StyleInfoProperty MajorTickThicknessProperty
    Field Value
    Type
    StyleInfoProperty

    MinorTickColorProperty

    Provides information about the MinorTickColor property.

    Declaration
    public static readonly StyleInfoProperty MinorTickColorProperty
    Field Value
    Type
    StyleInfoProperty

    MinorTickThicknessProperty

    Provides information about the MinorTickThickness property.

    Declaration
    public static readonly StyleInfoProperty MinorTickThicknessProperty
    Field Value
    Type
    StyleInfoProperty

    RangeColorProperty

    Provides information about the RangeColor property.

    Declaration
    public static readonly StyleInfoProperty RangeColorProperty
    Field Value
    Type
    StyleInfoProperty

    RangeStyleProperty

    Provides information about the RangeStyle property.

    Declaration
    public static readonly StyleInfoProperty RangeStyleProperty
    Field Value
    Type
    StyleInfoProperty

    Properties

    StaticDataStore

    Gets the static data value of the BulletGraphStyleInfoStore class.

    Declaration
    protected override StaticData StaticDataStore { get; }
    Property Value
    Type
    StaticData
    Overrides
    VisualStyleInfoStore.StaticDataStore

    Implements

    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved