Gets or sets whether the 3D bar chart is plotted using multiple rows.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool MultiRow { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
Public Property MultiRow As Boolean
	Get
	Set

See Also