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. |