menu

WinForms

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

    Show / Hide Table of Contents

    Class Column

    Inheritance
    System.Object
    Column
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public class Column

    Constructors

    Column()

    Initializes a new instance of the Column class.

    Declaration
    public Column()

    Properties

    ColumnColor

    Gets or sets columncolor of the column series.

    Declaration
    public BrushInfo ColumnColor { get; set; }
    Property Value
    Type
    BrushInfo

    ColumnSpace

    Gets or sets column space of the each point.

    Declaration
    public float ColumnSpace { get; set; }
    Property Value
    Type
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved