[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartCoordArray.Length

Length Property

Length

Gets or sets the length of the coord array.

Declaration
public int Length { get; set; }
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.