22 references to IsSideSceneWallOnLeft
System.Web.DataVisualization (22)
Common\General\Axis.cs (12)
2820
(this.AxisPosition == AxisPosition.Left && ChartArea.
IsSideSceneWallOnLeft
()) ||
2821
(this.AxisPosition == AxisPosition.Right && !ChartArea.
IsSideSceneWallOnLeft
()))
2849
(this.AxisPosition == AxisPosition.Bottom && (ChartArea.IsBottomSceneWallVisible() || ChartArea.
IsSideSceneWallOnLeft
())) ||
2850
(this.AxisPosition == AxisPosition.Left && ChartArea.
IsSideSceneWallOnLeft
()) ||
2851
(this.AxisPosition == AxisPosition.Right && !ChartArea.
IsSideSceneWallOnLeft
()) ||
2852
(this.AxisPosition == AxisPosition.Top && ChartArea.
IsSideSceneWallOnLeft
()))
2880
(this.AxisPosition == AxisPosition.Bottom && (ChartArea.IsBottomSceneWallVisible() || !ChartArea.
IsSideSceneWallOnLeft
())) ||
2881
(this.AxisPosition == AxisPosition.Left && (ChartArea.
IsSideSceneWallOnLeft
() || ChartArea.IsBottomSceneWallVisible())) ||
2882
(this.AxisPosition == AxisPosition.Right && (!ChartArea.
IsSideSceneWallOnLeft
() || ChartArea.IsBottomSceneWallVisible())) ||
2883
(this.AxisPosition == AxisPosition.Top && !ChartArea.
IsSideSceneWallOnLeft
())
2926
if (this.AxisPosition == AxisPosition.Left && (ChartArea.
IsSideSceneWallOnLeft
() || !axisOnEdge))
2930
if (this.AxisPosition == AxisPosition.Right && (!ChartArea.
IsSideSceneWallOnLeft
() || !axisOnEdge))
Common\General\ChartArea3D.cs (2)
749
if(!
IsSideSceneWallOnLeft
())
773
if(
IsSideSceneWallOnLeft
())
Common\General\ChartGraphics3D.cs (1)
360
if(area.
IsSideSceneWallOnLeft
())
Common\General\GridTickMarks.cs (4)
833
area.
IsSideSceneWallOnLeft
())
839
!area.
IsSideSceneWallOnLeft
())
896
if (Axis.AxisPosition == AxisPosition.Left && !area.
IsSideSceneWallOnLeft
())
937
else if (Axis.AxisPosition == AxisPosition.Right && area.
IsSideSceneWallOnLeft
())
Common\General\Label.cs (2)
1846
if(area.
IsSideSceneWallOnLeft
() || area.Area3DStyle.WallWidth == 0)
1868
if(!area.
IsSideSceneWallOnLeft
() || area.Area3DStyle.WallWidth == 0)
Common\General\StripLine.cs (1)
559
if(!area.
IsSideSceneWallOnLeft
())