14 implementations of SupportLogarithmicAxes
System.Web.DataVisualization (14)
Common\ChartTypes\BarChart.cs (1)
231
public bool
SupportLogarithmicAxes
{ get{ return true;} }
Common\ChartTypes\BoxPlotChart.cs (1)
139
virtual public bool
SupportLogarithmicAxes
{ get{ return true;} }
Common\ChartTypes\ErrorBarChart.cs (1)
187
virtual public bool
SupportLogarithmicAxes
{ get{ return true;} }
Common\ChartTypes\FastLineChart.cs (1)
147
virtual public bool
SupportLogarithmicAxes
{ get{ return true;} }
Common\ChartTypes\FastPointChart.cs (1)
148
virtual public bool
SupportLogarithmicAxes
{ get{ return true;} }
Common\ChartTypes\FunnelChart.cs (1)
322
virtual public bool
SupportLogarithmicAxes
{ get{ return true;} }
Common\ChartTypes\PieChart.cs (1)
194
virtual public bool
SupportLogarithmicAxes
{ get{ return false;} }
Common\ChartTypes\PointChart.cs (1)
187
virtual public bool
SupportLogarithmicAxes
{ get{ return true;} }
Common\ChartTypes\RadarChart.cs (1)
163
virtual public bool
SupportLogarithmicAxes
{ get{ return false;} }
Common\ChartTypes\RenkoChart.cs (1)
586
virtual public bool
SupportLogarithmicAxes
{ get{ return true;} }
Common\ChartTypes\StackedBarChart.cs (1)
399
public bool
SupportLogarithmicAxes
{ get{ return true;} }
Common\ChartTypes\StackedColumnChart.cs (1)
394
virtual public bool
SupportLogarithmicAxes
{ get{ return true;} }
Common\ChartTypes\StockChart.cs (1)
211
virtual public bool
SupportLogarithmicAxes
{ get{ return true;} }
Common\ChartTypes\ThreeLineBreakChart.cs (1)
581
virtual public bool
SupportLogarithmicAxes
{ get{ return true;} }