MindFusion.Charting for Java Programmer's Guide
Chart.setPlotImageAlign Method
See Also
 






  Gauges

Sets the alignment of the PlotImage relatively to the Plot boundaries.

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

 Syntax

Java  Copy Code

public void setPlotImageAlign (
    ImageAlign value
)

 Parameters

value

One of the ImageAlign enumeration values.

 See Also