Class ChartTemplateAttribute
The ChartTemplateAttribute class.
Inheritance
System.Object
ChartTemplateAttribute
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartTemplateAttribute : Attribute
Constructors
ChartTemplateAttribute(ChartTemplateSet)
Initializes a new instance of the ChartTemplateAttribute class.
Declaration
public ChartTemplateAttribute(ChartTemplateSet setType)
Parameters
| Type | Name | Description |
|---|---|---|
| ChartTemplateSet | setType | Type of the set. |
ChartTemplateAttribute(ChartTemplateSet, Type)
Initializes a new instance of the ChartTemplateAttribute class.
Declaration
public ChartTemplateAttribute(ChartTemplateSet setType, Type itemType)
Parameters
| Type | Name | Description |
|---|---|---|
| ChartTemplateSet | setType | Type of the set. |
| System.Type | itemType | Type of the item. |
Properties
ItemType
Gets the type of the collection items.
Declaration
public Type ItemType { get; }
Property Value
| Type | Description |
|---|---|
| System.Type | The type of the item. |
SetType
Gets the type of the property.
Declaration
public ChartTemplateSet SetType { get; }
Property Value
| Type | Description |
|---|---|
| ChartTemplateSet | The type of the property. |