WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartBordersInfoStore - WindowsForms API Reference | Syncfusion ChartBordersInfo object. ">

    Show / Hide Table of Contents

    Class ChartBordersInfoStore

    Implements the data store for the ChartBordersInfo object.

    Inheritance
    System.Object
    StyleInfoStore
    ChartBordersInfoStore
    Implements
    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    StyleInfoStore.FindStyleInfoProperty(String)
    StyleInfoStore.CopyTo(StyleInfoStore)
    StyleInfoStore.Dispose()
    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 ChartBordersInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable

    Constructors

    ChartBordersInfoStore()

    Initializes a new instance of the ChartBordersInfoStore class.

    Declaration
    public ChartBordersInfoStore()

    Fields

    InnerProperty

    The Inner Property which is used to set inner border.

    Declaration
    public static StyleInfoProperty InnerProperty
    Field Value
    Type Description
    StyleInfoProperty

    OuterProperty

    The Outer Property which is used to set outer border.

    Declaration
    public static StyleInfoProperty OuterProperty
    Field Value
    Type Description
    StyleInfoProperty

    Methods

    Clone()

    Creates an exact copy of the current object.

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

    A StyleInfoStore with same data as the current object.

    Overrides
    StyleInfoStore.Clone()

    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 - 2022 Syncfusion Inc. All Rights Reserved