38 references to Area3DStyle
System.Windows.Forms.DataVisualization (38)
Common\General\ChartArea3D.cs (35)
649
areaSceneWallWidth = graph.GetRelativeSize( new SizeF(this.
Area3DStyle
.WallWidth, this.
Area3DStyle
.WallWidth));
662
this.
Area3DStyle
.Inclination,
663
this.
Area3DStyle
.Rotation,
664
this.
Area3DStyle
.Perspective,
665
this.
Area3DStyle
.IsRightAngleAxes);
671
this.
Area3DStyle
.LightStyle
714
if(this.
Area3DStyle
.Rotation > 0)
739
chartArea.
Area3DStyle
.LightStyle,
759
chartArea.
Area3DStyle
.LightStyle,
784
chartArea.
Area3DStyle
.LightStyle,
801
return (this.
Area3DStyle
.Inclination >= 0);
822
return (this.
Area3DStyle
.Rotation > 0);
942
if(this.
Area3DStyle
.IsClustered && drawSideBySide)
969
if(smallestIntervalSeries != null && this.
Area3DStyle
.IsClustered)
1005
_pointsDepth = clusteredInterval * pointWidthSize * this.
Area3DStyle
.PointDepth / 100.0;
1014
_pointsDepth *= this.
Area3DStyle
.PointDepth / 100.0;
1016
_pointsGapDepth = (_pointsDepth * 0.8) * this.
Area3DStyle
.PointGapDepth / 100.0;
1081
if(!this.
Area3DStyle
.IsClustered &&
1119
(this.
Area3DStyle
.IsClustered && Common.ChartTypeRegistry.GetChartType(curSeries.ChartTypeName).SideBySideSeries) )
1259
areaSceneWallWidth = graph.GetRelativeSize( new SizeF(this.
Area3DStyle
.WallWidth, this.
Area3DStyle
.WallWidth));
1297
this.
Area3DStyle
.Inclination,
1299
this.
Area3DStyle
.Perspective,
1300
this.
Area3DStyle
.IsRightAngleAxes);
1432
yAngle = this.
Area3DStyle
.Rotation;
1435
if( this._reverseSeriesOrder && this.
Area3DStyle
.Rotation >= 0 )
1436
yAngle = this.
Area3DStyle
.Rotation - 180;
1439
if( this._reverseSeriesOrder && this.
Area3DStyle
.Rotation <= 0 )
1440
yAngle = this.
Area3DStyle
.Rotation + 180;
1473
return (this.
Area3DStyle
.Rotation <= 0);
1487
if(this.
Area3DStyle
.Perspective != 0)
1531
if(this.
Area3DStyle
.Perspective != 0)
1746
if(area.
Area3DStyle
.IsClustered && !chartType.Stacked && sideBySide)
1759
if(this.
Area3DStyle
.IsClustered &&
WinForm\ChartWinControl.cs (3)
2252
if(!area.
Area3DStyle
.Enable3D &&
2292
if(!area.
Area3DStyle
.Enable3D &&
2337
if(!area.
Area3DStyle
.Enable3D &&