Gets the collection of child elements.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public Collection<VisualEffect> Children { get; }
Visual Basic
Public ReadOnly Property Children As Collection(Of VisualEffect)
	Get

See Also