Search found 1 match
- Fri Aug 11, 2017 8:20 pm
- Forum: Orson Charts
- Topic: Setting line thickness/color for XYZLineChart
- Replies: 0
- Views: 49807
Setting line thickness/color for XYZLineChart
I am trying to implement a simple application that would plot a 3-D vector. I am currently have something similar set up using the XYZ line chart as seen below: private void initializeGraph() { XYZDataset dataset = createNewDataset(); Chart3D chart = createChart(dataset); Chart3DPanel chartPanel = n...