1 write to height
System.Web.DataVisualization (1)
Common\General\ChartArea3D.cs (1)
1879
pointEx.
height
= vAxis.GetPosition(yValue - chartType.GetYValue(Common, area, ser, point, index - 1, -1));
11 references to height
System.Web.DataVisualization (11)
Common\ChartTypes\BarChart.cs (4)
2283
double yMin1 = Math.Min(point1.yPosition, point1.
height
);
2284
double yMax1 = Math.Max(point1.yPosition, point1.
height
);
2285
double yMin2 = Math.Min(point2.yPosition, point2.
height
);
2286
double yMax2 = Math.Max(point2.yPosition, point2.
height
);
Common\ChartTypes\StackedAreaChart.cs (1)
1511
points[0] = new Point3D((float)pointEx.xPosition, (float)(pointEx.yPosition + pointEx.
height
) / 2f, positionZ + depth);
Common\ChartTypes\StackedBarChart.cs (1)
1722
double zero = pointEx.
height
;
Common\ChartTypes\StackedColumnChart.cs (1)
1758
double zero = pointEx.
height
;
Common\General\ChartArea3D.cs (4)
1982
double yMin1 = Math.Min(point1.yPosition, point1.
height
);
1983
double yMax1 = Math.Max(point1.yPosition, point1.
height
);
1984
double yMin2 = Math.Min(point2.yPosition, point2.
height
);
1985
double yMax2 = Math.Max(point2.yPosition, point2.
height
);