The graph type. Column means the graph consists of columns/bars (as defined by type in the general settings). Line means a line graph

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ColumnChartGraphTypes GraphType { get; set; }
Visual Basic (Declaration)
Public Property GraphType As ColumnChartGraphTypes
Visual C++
public:
property ColumnChartGraphTypes GraphType {
	ColumnChartGraphTypes get ();
	void set (ColumnChartGraphTypes value);
}

Remarks

This allows you to have both a column/bar graph and a line graph in the same chart. You can also have multiple column/bar graphs, with columns mounted to the same xid (category axis) points. Columns will then appear side by side, for a comparison. See the examples for how this looks.

See Also