menu

WinForms

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

    Show / Hide Table of Contents

    Enum ChartColumnWidthMode

    Indicates the style of the radar chart.

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

    Fields

    Name Description
    DefaultWidthMode

    The width of the columns will always be calculated to fill the space between columns.

    FixedWidthMode

    If width of columns aren't given in point YValues[1], in pixels. If not specified, the column will be rendered in DefaultWidthMode.

    RelativeWidthMode

    The width is specified in ChartPoint.YValues[1] in units of X-Axis range.

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