alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartUsedSpaceType

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

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

    Fields

    All

    Chart type uses the all 3D space.

    Declaration
    public const ChartUsedSpaceType All
    Field Value
    Type
    ChartUsedSpaceType

    None

    Chart type doesn't use the 3D space.

    Declaration
    public const ChartUsedSpaceType None
    Field Value
    Type
    ChartUsedSpaceType

    OneForAll

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

    Declaration
    public const ChartUsedSpaceType OneForAll
    Field Value
    Type
    ChartUsedSpaceType

    OneForOne

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

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