menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ChartUsedSpaceType - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum ChartUsedSpaceType

    Specifies how much 3D space will be used by chart.

    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public enum ChartUsedSpaceType

    Fields

    Name Description
    All

    Chart type uses the all 3D space.

    None

    Chart type doesn't use the 3D space.

    OneForAll

    Chart type uses the single layer of 3D space for all series with the same type.

    OneForOne

    Chart type uses the single layer of 3D space for each series.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved