ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

PointStylesCollection.Insert Method

Inserts the specified PointStyle in the collection at the specified index.

[Visual Basic]

Public Sub Insert( _

ByVal index As Integer, _

ByVal ps As PointStyle _

)

[C#]

public void Insert(

int index,

PointStyle ps

);

[Delphi]

public procedure Insert(

index: Int32;

ps: PointStyle

);

Parameters

index

Index.

ps

PointStyle.

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.