alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartColumnConfigItem

    Configuration item that pertains to Column charts.

    Inheritance
    System.Object
    ChartConfigItem
    ChartColumnConfigItem
    Implements
    IChangeNotifyingItem
    Inherited Members
    ChartConfigItem.add_PropertyChanged(SyncfusionPropertyChangedEventHandler)
    ChartConfigItem.PropertyChanged
    ChartConfigItem.remove_PropertyChanged(SyncfusionPropertyChangedEventHandler)
    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 - 2026 Syncfusion Inc. All Rights Reserved