1 write to Area
System.Web.DataVisualization (1)
Common\ChartTypes\FunnelChart.cs (1)
419
this.
Area
= area;
22 references to Area
System.Web.DataVisualization (22)
Common\ChartTypes\FunnelChart.cs (22)
462
if(this.
Area
.Area3DStyle.Enable3D &&
470
bool drawSegmentShadow = (this.
Area
.Area3DStyle.Enable3D) ? false : true;
825
if(this.
Area
.Area3DStyle.Enable3D)
875
if(this.
Area
.Area3DStyle.Enable3D)
956
if(this.
Area
.Area3DStyle.Enable3D && !round3DShape)
1013
if(this.
Area
.Area3DStyle.Enable3D)
1078
if(this.
Area
.Area3DStyle.Enable3D)
1151
if(this.
Area
.Area3DStyle.Enable3D &&
1251
if(this.
Area
.Area3DStyle.Enable3D)
1300
if(this.
Area
.Area3DStyle.Enable3D)
1611
RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle( this.
Area
.Position.ToRectangleF() );
2033
if(this.
Area
.Area3DStyle.Enable3D)
2148
if(
Area
.InnerPlotPosition.Auto )
2175
RectangleF plotAreaPosition = (
Area
.InnerPlotPosition.Auto ) ?
2176
Area
.Position.ToRectangleF() :
Area
.PlotAreaPosition.ToRectangleF();
2196
if(this.
Area
.Area3DStyle.Enable3D)
2681
series.ChartArea == this.
Area
.Name )
2761
if(this.
Area
.AxisY.IsLogarithmic)
2763
yValue = Math.Abs(Math.Log( yValue, this.
Area
.AxisY.LogarithmBase ));
2784
if(this.
Area
.AxisX.IsLogarithmic)
2786
return Math.Abs(Math.Log( point.XValue, this.
Area
.AxisX.LogarithmBase ));