alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ChartTemplateSet

    Represents the type of property serialization.

    Inheritance
    System.Object
    ChartTemplateSet
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class ChartTemplateSet : Enum

    Fields

    Collection

    The value of property is collection.

    Declaration
    public const ChartTemplateSet Collection
    Field Value
    Type
    ChartTemplateSet

    CollectionBehavior

    The value of property is collection. The property of this attribute is not related to appearance.

    Declaration
    public const ChartTemplateSet CollectionBehavior
    Field Value
    Type
    ChartTemplateSet

    Content

    The property contains sub-properties.

    Declaration
    public const ChartTemplateSet Content
    Field Value
    Type
    ChartTemplateSet

    ContentBehavior

    The property contains sub-properties. The property of this attribute is not related to appearance.

    Declaration
    public const ChartTemplateSet ContentBehavior
    Field Value
    Type
    ChartTemplateSet

    Simple

    The value of property can be converted to the System.String.

    Declaration
    public const ChartTemplateSet Simple
    Field Value
    Type
    ChartTemplateSet

    SimpleAndCollection

    The value of property is collection.

    Declaration
    public const ChartTemplateSet SimpleAndCollection
    Field Value
    Type
    ChartTemplateSet

    SimpleAndCollectionBehavior

    The value of property is collection. The property of this attribute is not related to appearance.

    Declaration
    public const ChartTemplateSet SimpleAndCollectionBehavior
    Field Value
    Type
    ChartTemplateSet

    SimpleBehavior

    The value of property can be converted to the System.String. The property of this attribute is not related to appearance.

    Declaration
    public const ChartTemplateSet SimpleBehavior
    Field Value
    Type
    ChartTemplateSet
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved