Intersoft ClientUI Documentation
RenderItem(Chart,String) Method



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

Parameters

chart
Chart 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

ChartRenderer Class
ChartRenderer Members
Overload List

Send Feedback