Qt 6.11 is out! See what's new in the release
blog
Create a rule that series colors do not overlap
-
If the basic color of the line series is used, the color values may be duplicated.
Is there any way to prevent the color values from being duplicated? A lot of data might come in. I want each of them to have their own color.
I have a color value with qlist<qstring> and try to check for duplicates using contain. But I don't know how to set the rules for color values.
-
If the basic color of the line series is used, the color values may be duplicated.
Is there any way to prevent the color values from being duplicated? A lot of data might come in. I want each of them to have their own color.
I have a color value with qlist<qstring> and try to check for duplicates using contain. But I don't know how to set the rules for color values.