ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

PointStylesCollection.CopyTo Method

Copies the collection of PointStyles beginning with the specified index to the specified array of PointStylesCollection objects.

[Visual Basic]

Public Sub CopyTo( _

ByVal array As PointStyle(), _

ByVal index As Integer _

)

[C#]

public void CopyTo(

PointStyle[] array,

int index

);

[Delphi]

public procedure CopyTo(

array: PointStyle();

index: Int32

);

Parameters

array

The array that is the destination of the elements copied from the PointStylesCollection.

index

The zero-based index in array at which copying begins.

See Also

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


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