Search
BarRenderer.adjustDataRange Method
See Also
 






SeriesRenderer.adjustDataRange override. Adjusts the data range of associated Axis objects after initial measure pass.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

protected void adjustDataRange (
    RenderContext context
)

 Parameters

context

A RenderContext instance used for drawing the bars.

 Remarks

Use the method to specify the begin and end of the Axis objects when their minValue and maxValue are not set.

 See Also