'Declaration Public Property ActiveChart As Integer
'Usage Dim instance As ChartCollection Dim value As Integer instance.ActiveChart = value value = instance.ActiveChart
public int ActiveChart {get; set;}
'Declaration Public Property ActiveChart As Integer
'Usage Dim instance As ChartCollection Dim value As Integer instance.ActiveChart = value value = instance.ActiveChart
public int ActiveChart {get; set;}
nChartControl1.Charts.Add() nChartControl1.ActiveChart = nChartControl1.Charts.Count - 1
nChartControl1.Charts.Add(); nChartControl1.ActiveChart = nChartControl1.Charts.Count - 1;
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