14 implementations of SwitchValueAxes
System.Windows.Forms.DataVisualization (14)
Common\ChartTypes\BarChart.cs (1)
236 public bool SwitchValueAxes { get{ return true;} }
Common\ChartTypes\BoxPlotChart.cs (1)
144 virtual public bool SwitchValueAxes { get{ return false;} }
Common\ChartTypes\ErrorBarChart.cs (1)
192 virtual public bool SwitchValueAxes { get{ return false;} }
Common\ChartTypes\FastLineChart.cs (1)
152 virtual public bool SwitchValueAxes { get{ return false;} }
Common\ChartTypes\FastPointChart.cs (1)
153 virtual public bool SwitchValueAxes { get{ return false;} }
Common\ChartTypes\FunnelChart.cs (1)
327 virtual public bool SwitchValueAxes { get{ return false;} }
Common\ChartTypes\PieChart.cs (1)
199 virtual public bool SwitchValueAxes { get{ return false;} }
Common\ChartTypes\PointChart.cs (1)
192 virtual public bool SwitchValueAxes { get{ return false;} }
Common\ChartTypes\RadarChart.cs (1)
168 virtual public bool SwitchValueAxes { get{ return false;} }
Common\ChartTypes\RenkoChart.cs (1)
591 virtual public bool SwitchValueAxes { get{ return false;} }
Common\ChartTypes\StackedBarChart.cs (1)
404 public bool SwitchValueAxes { get{ return true;} }
Common\ChartTypes\StackedColumnChart.cs (1)
399 virtual public bool SwitchValueAxes { get{ return false;} }
Common\ChartTypes\StockChart.cs (1)
216 virtual public bool SwitchValueAxes { get{ return false;} }
Common\ChartTypes\ThreeLineBreakChart.cs (1)
586 virtual public bool SwitchValueAxes { get{ return false;} }
2 references to SwitchValueAxes
System.Windows.Forms.DataVisualization (2)
Common\General\ChartAreaAxes.cs (2)
1445 if( Common.ChartTypeRegistry.GetChartType(series.ChartTypeName).SwitchValueAxes ) 1462 if( Common.ChartTypeRegistry.GetChartType(series.ChartTypeName).SwitchValueAxes != switchValueAxes )