7 references to height
System.Windows.Forms.DataVisualization (7)
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
;