menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartStyleInfoCustomProperties

    This class holds arbitrary style information.

    Inheritance
    System.Object
    ChartStyleInfoCustomProperties
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public class ChartStyleInfoCustomProperties

    Properties

    StyleInfo

    Gets or sets the ChartStyleInfo that holds and gets the data for this custom property object. When you set the StyleInfo property all prior changes in this object will be copied over to the new ChartStyleInfo object.

    Declaration
    public ChartStyleInfo StyleInfo { get; set; }
    Property Value
    Type
    ChartStyleInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved