Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / Chart Class / DisplayOnLegend Property


DisplayOnLegend Property
Specifies the index of the legend on which the chart information is displayed.
Syntax
'Declaration
 
<CategoryAttribute("General")>
<DescriptionAttribute("Specifies the index of the legend on which the chart information is displayed")>
<DefaultValueAttribute(0)>
Public Property DisplayOnLegend As Integer
 
'Usage
 
Dim instance As Chart
Dim value As Integer
 
instance.DisplayOnLegend = value
 
value = instance.DisplayOnLegend
Remarks
By default set to 0.
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