9 references to GetPointsInterval
System.Windows.Forms.DataVisualization (9)
Common\ChartTypes\BarChart.cs (2)
436
area.
GetPointsInterval
( typeSeries, vAxis.IsLogarithmic, vAxis.logarithmBase, true, out sameInterval );
450
interval = area.
GetPointsInterval
( typeSeries, vAxis.IsLogarithmic, vAxis.logarithmBase, true, out sameInterval );
Common\ChartTypes\ColumnChart.cs (2)
350
area.
GetPointsInterval
(typeSeries, hAxis.IsLogarithmic, hAxis.logarithmBase, true, out sameInterval);
364
interval = area.
GetPointsInterval
( typeSeries, hAxis.IsLogarithmic, hAxis.logarithmBase, true, out sameInterval );
Common\ChartTypes\ErrorBarChart.cs (2)
403
area.
GetPointsInterval
( typeLinkedSeries, hAxis.IsLogarithmic, hAxis.logarithmBase, true, out showSideBySide );
1182
area.
GetPointsInterval
( typeLinkedSeries, hAxis.IsLogarithmic, hAxis.logarithmBase, true, out showSideBySide );
Common\ChartTypes\StackedBarChart.cs (1)
704
area.
GetPointsInterval
(typeSeries, vAxis.IsLogarithmic, vAxis.logarithmBase, true, out sameInterval);
Common\ChartTypes\StackedColumnChart.cs (1)
713
area.
GetPointsInterval
(typeSeries, hAxis.IsLogarithmic, hAxis.logarithmBase, true, out sameInterval);
Common\General\ChartAreaAxes.cs (1)
1708
return
GetPointsInterval
( _series, isLogarithmic, logarithmBase, false, out sameInterval );