WinForms

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

    Show / Hide Table of Contents

    Class ChartSymbolInfoStore

    This class implements the data store for the ChartSymbolInfo object.

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

    Constructors

    ChartSymbolInfoStore()

    Initializes a new instance of the ChartSymbolInfoStore class.

    Declaration
    public ChartSymbolInfoStore()

    Fields

    BorderProperty

    Gets or sets the information that is to be used for drawing border.

    Declaration
    public static StyleInfoProperty BorderProperty
    Field Value
    Type Description
    StyleInfoProperty

    ColorProperty

    Gets or sets the color that is to be used with the symbol.

    Declaration
    public static StyleInfoProperty ColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    DimmedColorProperty

    Gets or sets the color of the dimmed symbol.

    Declaration
    public static StyleInfoProperty DimmedColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    HighlightColorProperty

    Gets a value indicating whether this instance has highlight color.

    Declaration
    public static StyleInfoProperty HighlightColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    ImageIndexProperty

    Gets or sets the image index that is to be used to access the image from the associated ChartStyleInfo object's ImageList.

    Declaration
    public static StyleInfoProperty ImageIndexProperty
    Field Value
    Type Description
    StyleInfoProperty

    MarkerProperty

    Gets or sets the marker of the symbol.

    Declaration
    public static StyleInfoProperty MarkerProperty
    Field Value
    Type Description
    StyleInfoProperty

    OffsetProperty

    Gets or sets the offset of the symbol.

    Declaration
    public static StyleInfoProperty OffsetProperty
    Field Value
    Type Description
    StyleInfoProperty

    ShapeProperty

    Gets or sets the style of the symbol that is to be displayed.

    Declaration
    public static StyleInfoProperty ShapeProperty
    Field Value
    Type Description
    StyleInfoProperty

    SizeProperty

    Gets or sets the size of the symbol.

    Declaration
    public static StyleInfoProperty SizeProperty
    Field Value
    Type Description
    StyleInfoProperty

    Methods

    Clone()

    Creates an exact copy of the current object. Base class implementation of this method calls Activator.CreateInstance to achieve the same result. I assume calling new directly is more efficient. Otherwise this override is obsolete.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    A StyleInfoStore with same data as the current object.

    Overrides
    StyleInfoStore.Clone()

    Dispose()

    Method to dispose ChartSymbolInfoStore object

    Declaration
    public void Dispose()

    Implements

    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable

    See Also

    StyleInfoStore
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved