47 references to IsLogarithmic
System.Windows.Forms.DataVisualization (47)
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)
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 (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)
704
area.GetPointsInterval(typeSeries, vAxis.
IsLogarithmic
, vAxis.logarithmBase, true, out sameInterval);
718
interval = 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)
713
area.GetPointsInterval(typeSeries, hAxis.
IsLogarithmic
, hAxis.logarithmBase, true, out sameInterval);
727
interval = 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
&&
5155
if (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\ChartAreaAxes.cs (6)
472
if (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)
382
if (this.majorGridTick || this.Axis.
IsLogarithmic
== false)
457
if (!this.majorGridTick && this.Axis.
IsLogarithmic
)
542
if (this.majorGridTick || this.Axis.
IsLogarithmic
== false)
1347
if( this.majorGridTick || this._axis.
IsLogarithmic
== false )