alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartSeriesBaseStackingType

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

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

    Fields

    FullStacked

    Values are stacked.

    Declaration
    public const ChartSeriesBaseStackingType FullStacked
    Field Value
    Type
    ChartSeriesBaseStackingType

    NotStacked

    Values are not stacked.

    Declaration
    public const ChartSeriesBaseStackingType NotStacked
    Field Value
    Type
    ChartSeriesBaseStackingType

    Stacked

    Values are stacked.

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