alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartSetMode

    Specifies the mode of drawing the edge labels.

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

    Fields

    AutoSet

    The margin labels will be auto set.

    Declaration
    public const ChartSetMode AutoSet
    Field Value
    Type
    ChartSetMode

    None

    None of the edge label settings will be applied.

    Declaration
    public const ChartSetMode None
    Field Value
    Type
    ChartSetMode

    UserSet

    The margin labels will be user set.

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