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 |