ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

VisualEffectsStyleCollection.Item Property

Overload List

Gets style by the specified index.

[Visual Basic] Overloads Public Default ReadOnly Property Item(Integer) As VisualEffectsStyle

[C#] public VisualEffectsStyle this[int]{get;}

[Delphi] public property Item[i: Int32]: VisualEffectsStyle read get_Item;

Gets style by the specified name.

[Visual Basic] Overloads Public Default ReadOnly Property Item(String) As VisualEffectsStyle

[C#] public VisualEffectsStyle this[string]{get;}

[Delphi] public property Item[name: String]: VisualEffectsStyle read get_Item;

See Also

VisualEffectsStyleCollection Class | VisualEffectsStyleCollection Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.