Gets or sets the length of the data array.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] public int Length { get; set; } |
Visual Basic |
---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property Length As Integer 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.