Intersoft ClientUI Documentation
CreateLegendItem(DataPoint,Int32) Method



The data point to use to create the legend item.
The 1-based index of the Control.
Creates a legend item from a data point.
Syntax
Protected Overloads Overridable Function CreateLegendItem( _
   ByVal dataPoint As DataPoint, _
   ByVal index As Integer _
) As LegendItem
Dim instance As CircularSeries
Dim dataPoint As DataPoint
Dim index As Integer
Dim value As LegendItem
 
value = instance.CreateLegendItem(dataPoint, index)
protected virtual LegendItem CreateLegendItem( 
   DataPoint dataPoint,
   int index
)
protected:
virtual LegendItem^ CreateLegendItem( 
   DataPoint^ dataPoint,
   int index
) 

Parameters

dataPoint
The data point to use to create the legend item.
index
The 1-based index of the Control.

Return Value

The series host legend item.
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

CircularSeries Class
CircularSeries Members
Overload List

Send Feedback