WinForms

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

    Show / Hide Table of Contents

    Class ChartLineInfoStore

    Implements the data store for the ChartLineInfo object.

    Inheritance
    System.Object
    StyleInfoStore
    ChartLineInfoStore
    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 ChartLineInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable

    Constructors

    ChartLineInfoStore()

    Initializes a new instance of the ChartLineInfoStore class.

    Declaration
    public ChartLineInfoStore()

    Fields

    AlignmentProperty

    Gets or sets the pen alignment of the line represented by this object.

    Declaration
    public static StyleInfoProperty AlignmentProperty
    Field Value
    Type Description
    StyleInfoProperty

    ColorProperty

    Gets or sets the color of the line.

    Declaration
    public static StyleInfoProperty ColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    DashPatternProperty

    Gets or sets the dash pattern of the line represented by this object.

    Declaration
    public static StyleInfoProperty DashPatternProperty
    Field Value
    Type Description
    StyleInfoProperty

    DashStyleProperty

    Gets or sets the style of the line represented by this object.

    Declaration
    public static StyleInfoProperty DashStyleProperty
    Field Value
    Type Description
    StyleInfoProperty

    WidthProperty

    Gets or sets the width in pixels of the line represented by this object.

    Declaration
    public static StyleInfoProperty WidthProperty
    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()

    Dispose()

    Method to dispose ChartlineInfoStore 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 - 2021 Syncfusion Inc. All Rights Reserved