Implemented interface member:
property
SupportLogarithmicAxes
System.Web.UI.DataVisualization.Charting.ChartTypes.IChartType.SupportLogarithmicAxes
2 overrides of SupportLogarithmicAxes
System.Web.DataVisualization (2)
Common\ChartTypes\ColumnChart.cs (1)
117
override public bool
SupportLogarithmicAxes
{ get{ return true;} }
Common\ChartTypes\LineChart.cs (1)
267
public override bool
SupportLogarithmicAxes
{ get{ return true;} }