ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartCoordArray.Length Property

Gets or sets the length of the coord array.

[Visual Basic]

Public Property Length As Integer

[C#]

public int Length {get;set;}

[Delphi]

public property Length: Int32 read get_Length write set_Length;

Remarks

When extending the existing length of the array, the newly created elements are filled with data hole values. When reducing the length of the array, truncated elements are thrown away. Note that it may be necessary to increase the length of an array before setting its values with the Item property.

See Also

ChartCoordArray Class | ChartCoordArray Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.