255
Views
4
Comments
Change line colors the my chart
Question

I using datapoint_init for change line colors the my chart. For charts the column and pizza is ok, but line chart  generates error.

UserImage.jpg
Prasad Rao

Hi,

What is the error message you are getting?

Regards.

2020-04-30 16-28-53
Daniel Almeida

Hello Priscila. I'm using a variable of type DataPoint. This record has an atribute color and you can change it by using an assign. This way:

Using this, the line color will change. I used a yellow color. I hope it helps you ! Cheers.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Note that you wouldn't want to change or set the colour with each data point, that's just for highlighting specific ones. Set the series colour to have the same colour for an entire series.

2022-04-13 19-18-13
Mayki Pereira Lopes

"#' + Replace(Substr(GenerateGuid(),0,6),"-","")



Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.