14 implementations of Stacked
System.Windows.Forms.DataVisualization (14)
Common\ChartTypes\BarChart.cs (1)
198 public bool Stacked { get{ return false;}}
Common\ChartTypes\BoxPlotChart.cs (1)
106 virtual public bool Stacked { get{ return false;}}
Common\ChartTypes\ErrorBarChart.cs (1)
154 virtual public bool Stacked { get{ return false;}}
Common\ChartTypes\FastLineChart.cs (1)
114 virtual public bool Stacked { get{ return false;}}
Common\ChartTypes\FastPointChart.cs (1)
115 virtual public bool Stacked { get{ return false;}}
Common\ChartTypes\FunnelChart.cs (1)
289 virtual public bool Stacked { get{ return false;}}
Common\ChartTypes\PieChart.cs (1)
161 virtual public bool Stacked { get{ return false;}}
Common\ChartTypes\PointChart.cs (1)
154 virtual public bool Stacked { get{ return false;}}
Common\ChartTypes\RadarChart.cs (1)
130 virtual public bool Stacked { get{ return false;}}
Common\ChartTypes\RenkoChart.cs (1)
553 virtual public bool Stacked { get{ return false;}}
Common\ChartTypes\StackedBarChart.cs (1)
366 public bool Stacked { get{ return true;}}
Common\ChartTypes\StackedColumnChart.cs (1)
361 virtual public bool Stacked { get{ return true;}}
Common\ChartTypes\StockChart.cs (1)
178 virtual public bool Stacked { get{ return false;}}
Common\ChartTypes\ThreeLineBreakChart.cs (1)
548 virtual public bool Stacked { get{ return false;}}
6 references to Stacked
System.Windows.Forms.DataVisualization (6)
Common\DataManager\DataManager.cs (4)
632 if( chartType.Stacked ) 680if (chartType.Stacked) 863 if( chartType.Stacked ) 916if (chartType.Stacked)
Common\General\AxisScaleBreaks.cs (1)
478 chartType.Stacked ||
Common\General\ChartAreaAxes.cs (1)
1438 if( Common.ChartTypeRegistry.GetChartType(series.ChartTypeName).Stacked )