[]
        
(Showing Draft Content)

C1.Win.C1Chart.VisualEffectsStyleCollection.Item

this Property

this[int]

Gets style by the specified index.

Declaration
public VisualEffectsStyle this[int i] { get; }
Parameters
Type Name Description
int i

The style index.

Property Value
Type Description
VisualEffectsStyle

The VisualEffectsStyle object.

this[string]

Gets style by the specified name.

Declaration
public VisualEffectsStyle this[string name] { get; }
Parameters
Type Name Description
string name

The style name.

Property Value
Type Description
VisualEffectsStyle

The VisualEffectsStyle object.