10 references to GetPointsInterval
System.Web.DataVisualization (10)
Common\ChartTypes\BoxPlotChart.cs (2)
276 double interval = (indexedSeries) ? 1 : area.GetPointsInterval( hAxis.IsLogarithmic, hAxis.logarithmBase ); 1081 double interval = (indexedSeries) ? 1 : area.GetPointsInterval( hAxis.IsLogarithmic, hAxis.logarithmBase );
Common\ChartTypes\ErrorBarChart.cs (2)
323 double interval = (indexedSeries) ? 1 : area.GetPointsInterval( hAxis.IsLogarithmic, hAxis.logarithmBase ); 1108 double interval = (indexedSeries) ? 1 : area.GetPointsInterval( hAxis.IsLogarithmic, hAxis.logarithmBase );
Common\ChartTypes\StackedBarChart.cs (1)
718interval = area.GetPointsInterval(vAxis.IsLogarithmic, vAxis.logarithmBase);
Common\ChartTypes\StackedColumnChart.cs (1)
727interval = area.GetPointsInterval(hAxis.IsLogarithmic, hAxis.logarithmBase);
Common\ChartTypes\StockChart.cs (2)
353 double interval = (indexedSeries) ? 1 : area.GetPointsInterval( HAxis.IsLogarithmic, HAxis.logarithmBase ); 1157 double interval = (indexedSeries) ? 1 : area.GetPointsInterval( HAxis.IsLogarithmic, HAxis.logarithmBase );
Common\General\AxisScale.cs (1)
2255 diff = ChartArea.GetPointsInterval( false, 10 );
Common\General\ChartAreaAxes.cs (1)
706 axis.marginView = this.GetPointsInterval( false, 10 );