ChartDirector 7.1 (.NET Edition)

ColorAxis.getBoxWidth


Usage

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

Description

Gets the width 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 width of the color axis inclusive of the bounding box.