Charting for WinForms Programmer's Guide
BaseGauge.GetElementByName Method
See Also
 






Returns the scale element with the specified name.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public VisualElement GetElementByName (
    string name
)

Visual Basic  Copy Code

Public Function GetElementByName ( _
    name As String _
) As VisualElement

 Parameters

name

The name of the element to search for.

 Return Value

A reference to the first VisualElement with the specified name.

 Remarks

This method performs deep search.

 See Also

BaseGauge Members
BaseGauge Class
MindFusion.Gauges Namespace