-
|
I am getting shaded areas below the line chart when using LineSeries instead of LineSeries, not sure how to disable the shaded area and only show a simple line. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Is there a way to add the properties to a series when initializing it, for example to set the Fill property and where can I find a list of all the properties of a series (seemed to be more straight forward in the LiveCharts version one source code)... |
Beta Was this translation helpful? Give feedback.
-
|
Found the solution, simply set the Fill property to null when creating a chart: |
Beta Was this translation helpful? Give feedback.

Found the solution, simply set the Fill property to null when creating a chart: