ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

PointStylesCollection.Add Method

Adds the specified PointStyle to the collection.

[Visual Basic]

Public Function Add( _

ByVal ps As PointStyle _

) As Integer

[C#]

public int Add(

PointStyle ps

);

[Delphi]

public function Add(

ps: PointStyle

): Int32;

Parameters

ps

PointStyle

Return Value

Index of the point style.

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.