49 references to IsLogarithmic
System.Web.DataVisualization (49)
Common\Annotation\AnnotationBase.cs (6)
2974 if( horizAxis.IsLogarithmic ) 2990 if( horizAxis.IsLogarithmic ) 2999 if( horizAxis.IsLogarithmic ) 3017 if( vertAxis.IsLogarithmic ) 3033 if( vertAxis.IsLogarithmic ) 3042 if( vertAxis.IsLogarithmic )
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\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\ColumnChart.cs (2)
350area.GetPointsInterval(typeSeries, hAxis.IsLogarithmic, hAxis.logarithmBase, true, out sameInterval); 364interval = area.GetPointsInterval( typeSeries, hAxis.IsLogarithmic, hAxis.logarithmBase, true, out sameInterval );
Common\ChartTypes\ErrorBarChart.cs (4)
323 double interval = (indexedSeries) ? 1 : area.GetPointsInterval( hAxis.IsLogarithmic, hAxis.logarithmBase ); 403 area.GetPointsInterval( typeLinkedSeries, hAxis.IsLogarithmic, hAxis.logarithmBase, true, out showSideBySide ); 1108 double interval = (indexedSeries) ? 1 : area.GetPointsInterval( hAxis.IsLogarithmic, hAxis.logarithmBase ); 1182 area.GetPointsInterval( typeLinkedSeries, hAxis.IsLogarithmic, hAxis.logarithmBase, true, out showSideBySide );
Common\ChartTypes\FunnelChart.cs (2)
2761 if(this.Area.AxisY.IsLogarithmic) 2784 if(this.Area.AxisX.IsLogarithmic)
Common\ChartTypes\StackedBarChart.cs (7)
704area.GetPointsInterval(typeSeries, vAxis.IsLogarithmic, vAxis.logarithmBase, true, out sameInterval); 718interval = area.GetPointsInterval(vAxis.IsLogarithmic, vAxis.logarithmBase); 757 if( hAxis.IsLogarithmic ) 847 if( hAxis.IsLogarithmic ) 959 if( hAxis.IsLogarithmic ) 1709 if( hAxis.IsLogarithmic ) 1757 if( hAxis.IsLogarithmic )
Common\ChartTypes\StackedColumnChart.cs (3)
713area.GetPointsInterval(typeSeries, hAxis.IsLogarithmic, hAxis.logarithmBase, true, out sameInterval); 727interval = area.GetPointsInterval(hAxis.IsLogarithmic, hAxis.logarithmBase); 964 if( vAxis.IsLogarithmic )
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\DataManager\DataSeries.cs (1)
1703 if(axisY.IsLogarithmic)
Common\General\Axis.cs (2)
4165 !this.IsLogarithmic && 5155if (this.IsLogarithmic)
Common\General\AxisLabels.cs (2)
602 if( this.IsLogarithmic ) 728 if( this.IsLogarithmic )
Common\General\AxisScale.cs (1)
1325 double power = (this.IsLogarithmic) ? this.logarithmBase : 10.0;
Common\General\AxisScaleBreaks.cs (1)
445 if(this.axis.IsLogarithmic)
Common\General\ChartArea3D.cs (2)
890 clusteredInterval = this.GetPointsInterval(this._series, xAxis.IsLogarithmic, xAxis.logarithmBase, false, out sameInterval, out smallestIntervalSeries); 1817 interval = area.GetPointsInterval( seriesNamesList, hAxis.IsLogarithmic, hAxis.logarithmBase, true, out sameInterval );
Common\General\ChartAreaAxes.cs (6)
472if (axis.IsLogarithmic) 664 axis.IsLogarithmic ) 717 if( axis.IsLogarithmic ) 747 if( axis.IsLogarithmic ) 799 if( axis.IsLogarithmic && axis.logarithmicConvertedToLinear ) 1152 if( axis.IsLogarithmic && autoMinimum < 1.0 )
Common\General\GridTickMarks.cs (4)
382if (this.majorGridTick || this.Axis.IsLogarithmic == false) 457if (!this.majorGridTick && this.Axis.IsLogarithmic) 542if (this.majorGridTick || this.Axis.IsLogarithmic == false) 1347 if( this.majorGridTick || this._axis.IsLogarithmic == false )