Search
Chart.getZDataFields Method
See Also
 






Gets the names of fields in the DataSource whose values are used to calculate Z coordinates of rendered graphical elements.

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

 Syntax

Java  Copy Code

public ObservableList<String> getZDataFields ()

 Return Value

An ObservableList with String instances.

 See Also