Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The backplane applied on the legend")> Public Property Backplane As Backplane
'Usage Dim instance As Legend Dim value As Backplane instance.Backplane = value value = instance.Backplane
[Category("Appearance")] [Description("The backplane applied on the legend")] public Backplane Backplane {get; set;}
Dim legend As Legend = CType((NChartControl.Legends(0)), Legend) legend.Backplane.Visible = True legend.Backplane.FillEffect.SetSolidColor(Color.Red)
Legend legend = (Legend)(NChartControl.Legends[0]); legend.Backplane.Visible = true; legend.Backplane.FillEffect.SetSolidColor(Color.Red);
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
Legend Class Legend Members