14 implementations of RequireAxes
System.Windows.Forms.DataVisualization (14)
Common\ChartTypes\BarChart.cs (1)
216 public bool RequireAxes { get{ return true;} }
Common\ChartTypes\BoxPlotChart.cs (1)
124 virtual public bool RequireAxes { get{ return true;} }
Common\ChartTypes\ErrorBarChart.cs (1)
172 virtual public bool RequireAxes { get{ return true;} }
Common\ChartTypes\FastLineChart.cs (1)
132 virtual public bool RequireAxes { get{ return true;} }
Common\ChartTypes\FastPointChart.cs (1)
133 virtual public bool RequireAxes { get{ return true;} }
Common\ChartTypes\FunnelChart.cs (1)
307 virtual public bool RequireAxes { get{ return false;} }
Common\ChartTypes\PieChart.cs (1)
179 virtual public bool RequireAxes { get{ return false;} }
Common\ChartTypes\PointChart.cs (1)
172 virtual public bool RequireAxes { get{ return true;} }
Common\ChartTypes\RadarChart.cs (1)
148 virtual public bool RequireAxes { get{ return true;} }
Common\ChartTypes\RenkoChart.cs (1)
571 virtual public bool RequireAxes { get{ return true;} }
Common\ChartTypes\StackedBarChart.cs (1)
384 public bool RequireAxes { get{ return true;} }
Common\ChartTypes\StackedColumnChart.cs (1)
379 virtual public bool RequireAxes { get{ return true;} }
Common\ChartTypes\StockChart.cs (1)
196 virtual public bool RequireAxes { get{ return true;} }
Common\ChartTypes\ThreeLineBreakChart.cs (1)
566 virtual public bool RequireAxes { get{ return true;} }
5 references to RequireAxes
System.Windows.Forms.DataVisualization (5)
Common\General\AxisLabels.cs (1)
386 if( !chartType.RequireAxes )
Common\General\AxisScaleBreaks.cs (1)
479 !chartType.RequireAxes)
Common\General\ChartArea.cs (1)
2124if (!chartType.RequireAxes)
Common\General\ChartAreaAxes.cs (1)
1447 if( !Common.ChartTypeRegistry.GetChartType(series.ChartTypeName).RequireAxes )
Common\General\Selection.cs (1)
2953if (chartType != null && (chartType.CircularChartArea || !chartType.RequireAxes))