Adds the specified PointStyle to the collection.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public int Add(
	PointStyle ps
)
Visual Basic
Public Function Add ( _
	ps As PointStyle _
) As Integer

Parameters

ps
Type: C1.Win.C1Chart..::..PointStyle
PointStyle

Return Value

Index of the point style.

See Also