Enum ChartTemplateSet
Represents the type of property serialization.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartTemplateSet
Fields
Name | Description |
---|---|
Collection | The value of property is collection. |
CollectionBehavior | The value of property is collection. The property of this attribute is not related to appearance. |
Content | The property contains sub-properties. |
ContentBehavior | The property contains sub-properties. The property of this attribute is not related to appearance. |
Simple | The value of property can be converted to the System.String. |
SimpleAndCollection | The value of property is collection. |
SimpleAndCollectionBehavior | The value of property is collection. The property of this attribute is not related to appearance. |
SimpleBehavior | The value of property can be converted to the System.String. The property of this attribute is not related to appearance. |