Intersoft ClientUI Documentation
RenderItem(GaugePanel,String) Method



Gauge panel element object.
XAML element custom attribute.
Convert the gauge panel element to XAML code string. This function is used for element inside Tablix control.
Syntax
Public Overloads Overridable Function RenderItem( _
   ByVal gauge As GaugePanel, _
   ByRef customAttribute As String _
) As String
Dim instance As GaugeRenderer
Dim gauge As GaugePanel
Dim customAttribute As String
Dim value As String
 
value = instance.RenderItem(gauge, customAttribute)
public virtual string RenderItem( 
   GaugePanel gauge,
   out string customAttribute
)
public:
virtual String^ RenderItem( 
   GaugePanel^ gauge,
   [Out] String^ customAttribute
) 

Parameters

gauge
Gauge panel element object.
customAttribute
XAML element custom attribute.

Return Value

The XAML chart string.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GaugeRenderer Class
GaugeRenderer Members
Overload List

Send Feedback