Inserts the specified PointStyle in the collection at the specified index.
            
        
    Namespace: 
   C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# | 
|---|
public void Insert( int index, PointStyle ps )  | 
| Visual Basic | 
|---|
Public Sub Insert ( _ index As Integer, _ ps As PointStyle _ )  |