'Usage
Dim instance As LegendData
Dim value As Integer
instance.RowCount = value
value = instance.RowCount
[Category("General")]
[Description("The maximum number of rows when ExpandMode is LegendExpandMode.RowsFixed.")]
[DefaultValue(10)]
public int RowCount {get; set;}
Remarks
When the number of data points exceeds the RowCount the legend will have
RowCount rows and (LegendItemCount / RowCount + (LegendItemCount % RowCount != 0))
columns.
Example
The following example instructs the legend to expand to a limited number of rows.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2