Copies the collection of PointStyles beginning with the specified index
            to the specified array of PointStylesCollection objects.
            
        
    Namespace: 
   C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# | 
|---|
public void CopyTo( PointStyle[] array, int index )  | 
| Visual Basic | 
|---|
Public Sub CopyTo ( _ array As PointStyle(), _ index As Integer _ )  | 
Parameters
- array
 - Type: array<C1.Win.C1Chart..::..PointStyle>[]()[][]
The array that is the destination of the elements copied from the PointStylesCollection. 
- index
 - Type: System..::..Int32
The zero-based index in array at which copying begins.