Search
CandlestickRenderer.measureDataRange Method
See Also
 






Renderer2D.measureDataRange override. Measures the data range of rendered Series and assigns it to the associated Axis objects if their MinValue and MaxValue are not set.

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

 Syntax

Java  Copy Code

protected void measureDataRange (
    RenderContext context
)

 Parameters

context

A RenderContext instance.

 Remarks

This method calculates automatically the needed data range for an Axis.

 See Also