menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartColumnConfigItem

    Configuration item that pertains to Column charts.

    Inheritance
    System.Object
    ChartConfigItem
    ChartColumnConfigItem
    Implements
    IChangeNotifyingItem
    Inherited Members
    ChartConfigItem.PropertyChanged
    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 ChartColumnConfigItem : ChartConfigItem, IChangeNotifyingItem

    Constructors

    ChartColumnConfigItem()

    Initializes a new instance of ChartColumnConfigItem class.

    Declaration
    public ChartColumnConfigItem()

    Properties

    ColumnType

    Specifies the column type. Default is Box.

    Declaration
    public ChartColumnType ColumnType { get; set; }
    Property Value
    Type
    ChartColumnType

    CornerRadius

    Specifies the radius of round corners. Default is SizeF.Empty.

    Declaration
    public SizeF CornerRadius { get; set; }
    Property Value
    Type
    System.Drawing.SizeF

    LightAngle

    Specifies the light angle in horizontal plane when ShadingMode is set to PhongCylinder. Default is (-PI/4).

    Declaration
    public double LightAngle { get; set; }
    Property Value
    Type
    System.Double

    LightColor

    Specifies the color of light when ShadingMode is set to PhongCylinder.

    Declaration
    public Color LightColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    PhongAlpha

    Specifies the Phong's alpha coefficient used for calculation of specular lighting. Default is 20d.

    Declaration
    public double PhongAlpha { get; set; }
    Property Value
    Type
    System.Double

    ShadingMode

    Specifies the shading mode used for columns or bars. Default is ChartColumnShadingMode.PhongCylinder.

    Declaration
    public ChartColumnShadingMode ShadingMode { get; set; }
    Property Value
    Type
    ChartColumnShadingMode

    Implements

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