ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

PointStylesCollection.Item Property

Gets the specified PointStyle from the collection by numeric index.

[Visual Basic]

Public Default ReadOnly Property Item( _

ByVal i As Integer _

) As PointStyle

[C#]

public PointStyle this[

int i

] {get;}

[Delphi]

public property Item[

i: Int32

]: PointStyle read get_Item;

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.