14 implementations of SecondYScale
System.Windows.Forms.DataVisualization (14)
Common\ChartTypes\BarChart.cs (1)
221
public bool
SecondYScale
{ get{ return false;} }
Common\ChartTypes\BoxPlotChart.cs (1)
129
public bool
SecondYScale
{ get{ return false;} }
Common\ChartTypes\ErrorBarChart.cs (1)
177
public bool
SecondYScale
{ get{ return false;} }
Common\ChartTypes\FastLineChart.cs (1)
137
virtual public bool
SecondYScale
{ get{ return false;} }
Common\ChartTypes\FastPointChart.cs (1)
138
virtual public bool
SecondYScale
{ get{ return false;} }
Common\ChartTypes\FunnelChart.cs (1)
312
virtual public bool
SecondYScale
{ get{ return false;} }
Common\ChartTypes\PieChart.cs (1)
184
public bool
SecondYScale
{ get{ return false;} }
Common\ChartTypes\PointChart.cs (1)
177
virtual public bool
SecondYScale
{ get{ return false;} }
Common\ChartTypes\RadarChart.cs (1)
153
public bool
SecondYScale
{ get{ return false;} }
Common\ChartTypes\RenkoChart.cs (1)
576
public bool
SecondYScale
{ get{ return false;} }
Common\ChartTypes\StackedBarChart.cs (1)
389
public bool
SecondYScale
{ get{ return false;} }
Common\ChartTypes\StackedColumnChart.cs (1)
384
virtual public bool
SecondYScale
{ get{ return false;} }
Common\ChartTypes\StockChart.cs (1)
201
public bool
SecondYScale
{ get{ return false;} }
Common\ChartTypes\ThreeLineBreakChart.cs (1)
571
public bool
SecondYScale
{ get{ return false;} }
1 reference to SecondYScale
System.Windows.Forms.DataVisualization (1)
Common\General\ChartAreaAxes.cs (1)
1455
if( Common.ChartTypeRegistry.GetChartType(series.ChartTypeName).
SecondYScale
)