ActiveReports 12
Capacity Property (LegendsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendsCollection Class : Capacity Property
Gets or sets the number of elements that the System.Collections.CollectionBase can contain.
Syntax
'Declaration
 
Public Property Capacity As Integer
public int Capacity {get; set;}

Property Value

The number of elements that the System.Collections.CollectionBase can contain.
Exceptions
ExceptionDescription
System.Collections.CollectionBase.Capacity is set to a value that is less than System.Collections.CollectionBase.Count.
There is not enough memory available on the system.
See Also

Reference

LegendsCollection Class
LegendsCollection Members