Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
LineSeries and Marker
lineline
Hi,
i have a chart with 2 lineseries and markers on all data points.. 2 gave the to linesseries an individual color but the marker are only surrounded with this color. if i try to change the color of the marker with sdY.getSeriesPalette().getEntries().set(0, Color.RED).. the marker changes to red but the lines between the marker disappers ;(
any idea ?
or how can i change the filling color of a marker of a lineseries to the same color as the lineseries has
edit: if i try to set the fill on the marker like ls.getMarkers().get(i).setFill(AVG);
the lines disappear ;(
thx alot
Find more posts tagged with
Comments
mwilliams
Hi lineline,
Have you tried just setting the colors you want in the palette inside the chart editor? Or are you not using the designer?