alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartSeriesBaseType

    Specifies the representation classification. Generally used only when you are writing custom renderers.

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

    Fields

    Circular

    Values are plotted by circular (Radar, Polar).

    Declaration
    public const ChartSeriesBaseType Circular
    Field Value
    Type
    ChartSeriesBaseType

    Independent

    Values are independently rendered.

    Declaration
    public const ChartSeriesBaseType Independent
    Field Value
    Type
    ChartSeriesBaseType

    Other

    Other non-standard rendering.

    Declaration
    public const ChartSeriesBaseType Other
    Field Value
    Type
    ChartSeriesBaseType

    SideBySide

    Values are plotted side by side.

    Declaration
    public const ChartSeriesBaseType SideBySide
    Field Value
    Type
    ChartSeriesBaseType

    Single

    Values are single series rendered.

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