Style customization #515
JulesLassara
started this conversation in
General
Replies: 1 comment 4 replies
-
@JulesLassara many of the dataSet.addDataStyle(n, "strokeColor=0xEE00EE; strokeDashPattern=5,8,5,16; fillColor=0xEE00EE"); // for a given data point index 'n'
dataSet.setStyle(""); // for the DataSet as a whole, in particular lines. You may want to have a look at the examples here and here. In case you want to customise the default colours, styles etc. have a look at the implementation DefaultRenderColorScheme.java. Hope this helps... |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
By using chart-fx (thank you again for this lib), I was looking to customize my charts. Specifically change the background colour, and change the main line to dotted line. Do you have any idea how to do this? I haven't found any examples.
Beta Was this translation helpful? Give feedback.
All reactions