Implemented interface member:
property
Stacked
System.Web.UI.DataVisualization.Charting.ChartTypes.IChartType.Stacked
2 overrides of Stacked
System.Web.DataVisualization (2)
Common\ChartTypes\ColumnChart.cs (1)
107 override public bool Stacked { get{ return false;}}
Common\ChartTypes\LineChart.cs (1)
257 public override bool Stacked { get{ return false;}}
1 reference to Stacked
System.Web.DataVisualization (1)
Common\ChartTypes\PointChart.cs (1)
1053 this.Stacked)