2 writes to chartAreaIsCurcular
System.Web.DataVisualization (2)
Common\General\ChartAreaAxes.cs (2)
1397
chartAreaIsCurcular
= false;
1450
chartAreaIsCurcular
= true;
66 references to chartAreaIsCurcular
System.Web.DataVisualization (66)
Common\Annotation\AnnotationBase.cs (4)
2200
!chartArea.
chartAreaIsCurcular
&&
2716
!chartArea.
chartAreaIsCurcular
&&
3507
!chartArea.
chartAreaIsCurcular
&&
4068
if(!chartArea.
chartAreaIsCurcular
&&
Common\General\Axis.cs (14)
1542
if (ChartArea != null && ChartArea.
chartAreaIsCurcular
)
1748
if (ChartArea.Area3DStyle.Enable3D && !ChartArea.
chartAreaIsCurcular
)
2533
if (ChartArea.
chartAreaIsCurcular
)
2541
if (!ChartArea.Area3DStyle.Enable3D || ChartArea.
chartAreaIsCurcular
)
2608
if (backElements || !ChartArea.Area3DStyle.Enable3D || ChartArea.
chartAreaIsCurcular
)
2661
if (ChartArea.
chartAreaIsCurcular
)
2687
if (ChartArea.Area3DStyle.Enable3D && !ChartArea.
chartAreaIsCurcular
)
3576
!ChartArea.
chartAreaIsCurcular
&&
3705
!ChartArea.
chartAreaIsCurcular
)
3787
!ChartArea.
chartAreaIsCurcular
&&
3945
!ChartArea.
chartAreaIsCurcular
&&
5852
if (ChartArea.Area3DStyle.Enable3D && !ChartArea.
chartAreaIsCurcular
)
6028
if (ChartArea != null && ChartArea.
chartAreaIsCurcular
)
6348
if (ChartArea != null && ChartArea.
chartAreaIsCurcular
)
Common\General\AxisLabels.cs (3)
290
if(this.ChartArea != null && this.ChartArea.
chartAreaIsCurcular
)
309
this.ChartArea.
chartAreaIsCurcular
)
563
if(!this.ChartArea.
chartAreaIsCurcular
||
Common\General\AxisScale.cs (3)
1813
bool circularArea = (ChartArea == null || !ChartArea.
chartAreaIsCurcular
) ?
2177
!ChartArea.
chartAreaIsCurcular
)
2271
!ChartArea.
chartAreaIsCurcular
)
Common\General\AxisScrollZoom.cs (4)
214
if(this.axis != null && this.axis.ChartArea != null && this.axis.ChartArea.
chartAreaIsCurcular
)
223
if(this.axis != null && this.axis.ChartArea != null && this.axis.ChartArea.
chartAreaIsCurcular
)
269
if(this.axis != null && this.axis.ChartArea != null && this.axis.ChartArea.
chartAreaIsCurcular
)
279
if(this.axis != null && this.axis.ChartArea != null && this.axis.ChartArea.
chartAreaIsCurcular
)
Common\General\Chart.cs (2)
1827
if( area.Area3DStyle.Enable3D && !area.
chartAreaIsCurcular
)
1847
!area.
chartAreaIsCurcular
Common\General\ChartArea.cs (15)
1153
if(this.Area3DStyle.Enable3D && !this.
chartAreaIsCurcular
)
1559
if(InnerPlotPosition.Auto && this.Area3DStyle.Enable3D && !this.
chartAreaIsCurcular
)
1667
if(this.
chartAreaIsCurcular
&&
1766
if (!this.
chartAreaIsCurcular
)
1794
if(this.
chartAreaIsCurcular
)
2011
if(!this.Area3DStyle.Enable3D || !requireAxes ||
chartAreaIsCurcular
)
2031
chartAreaIsCurcular
,
2032
(
chartAreaIsCurcular
&& this.CircularUsePolygons) ? this.CircularSectorsNumber : 0,
2043
if(!this.Area3DStyle.Enable3D || !requireAxes ||
chartAreaIsCurcular
)
2063
chartAreaIsCurcular
,
2064
(
chartAreaIsCurcular
&& this.CircularUsePolygons) ? this.CircularSectorsNumber : 0,
2151
if (currentAxis.ChartArea != null && currentAxis.ChartArea.
chartAreaIsCurcular
)
2249
if (this.Area3DStyle.Enable3D && !this.
chartAreaIsCurcular
)
2286
if (!this.Area3DStyle.Enable3D || this.
chartAreaIsCurcular
)
2426
if(this.
chartAreaIsCurcular
)
Common\General\ChartAreaAxes.cs (2)
132
((ChartArea)this).
chartAreaIsCurcular
)
241
if (this.
chartAreaIsCurcular
)
Common\General\GridTickMarks.cs (14)
221
if (!Axis.ChartArea.
chartAreaIsCurcular
||
447
if (this.Axis.ChartArea.
chartAreaIsCurcular
&&
499
if (this.Axis.ChartArea.
chartAreaIsCurcular
)
513
else if (!this.Axis.ChartArea.Area3DStyle.Enable3D || this.Axis.ChartArea.
chartAreaIsCurcular
)
530
if (!this.Axis.ChartArea.Area3DStyle.Enable3D || this.Axis.ChartArea.
chartAreaIsCurcular
)
748
if (!this.Axis.ChartArea.Area3DStyle.Enable3D || this.Axis.ChartArea.
chartAreaIsCurcular
)
763
if (!this.Axis.ChartArea.Area3DStyle.Enable3D || this.Axis.ChartArea.
chartAreaIsCurcular
)
1312
if(!_axis.ChartArea.
chartAreaIsCurcular
||
1489
if( this._axis.ChartArea.Area3DStyle.Enable3D && !this._axis.ChartArea.
chartAreaIsCurcular
)
1494
else if(!this._axis.ChartArea.
chartAreaIsCurcular
)
1519
if(_axis.ChartArea.
chartAreaIsCurcular
)
1534
else if(!this._axis.ChartArea.Area3DStyle.Enable3D || this._axis.ChartArea.
chartAreaIsCurcular
)
1588
if( !this._axis.ChartArea.Area3DStyle.Enable3D || this._axis.ChartArea.
chartAreaIsCurcular
)
1617
if(!this._axis.ChartArea.Area3DStyle.Enable3D || this._axis.ChartArea.
chartAreaIsCurcular
)
Common\General\Label.cs (1)
1378
if (this._axis.ChartArea.Area3DStyle.Enable3D && !this._axis.ChartArea.
chartAreaIsCurcular
)
Common\General\Selection.cs (1)
3079
if (axis.ChartArea.
chartAreaIsCurcular
)
Common\General\SmartLabels.cs (1)
1067
if(area.
chartAreaIsCurcular
)
Common\General\StripLine.cs (2)
251
if(this.Axis.ChartArea.
chartAreaIsCurcular
)
287
if(!Axis.ChartArea.
chartAreaIsCurcular
||