Xceed Chart for WinForms v4.4 Documentation
DisplayOnLegend Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Chart Class : DisplayOnLegend Property
Specifies the index of the legend on which the chart information is displayed.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies the index of the legend on which the chart information is displayed")>
<CategoryAttribute("General")>
<DefaultValueAttribute()>
Public Property DisplayOnLegend As Integer
'Usage
 
Dim instance As Chart
Dim value As Integer
 
instance.DisplayOnLegend = value
 
value = instance.DisplayOnLegend
[Description("Specifies the index of the legend on which the chart information is displayed")]
[Category("General")]
[DefaultValue()]
public int DisplayOnLegend {get; set;}
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

Reference

Chart Class
Chart Members