Charting for WPF Programmer's Guide

Chart.GetVisualChild Method

See Also
 


Returns the specified Visual in the parent VisualCollection.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

protected virtual Visual GetVisualChild (
    int index
)

Visual Basic  Copy Code

Protected Overridable Function GetVisualChild ( _
    index As Integer _
) As Visual

 Parameters

index
the index of the Visual to return.

 Return Value

The returned Visual.

 See Also