ChartDirector 7.1 (.NET Edition)

ColorAxis.getBoxHeight


Usage

[C#]public int getBoxHeight();
[VB]Public Function getBoxHeight() As Integer

Description

Gets the height of the color axis inclusive of the bounding box.

This method should be called only after axis layout (after calling XYChart.layoutAxes, BaseChart.layout or XYChart.packPlotArea).

Arguments

None

Return Value

The height of the color axis inclusive of the bounding box.