When I use the AddLabel ChartLabels function to add a text box in the top left corner of the chart when certain conditions are met, the text color inside the Label is white and is difficult to read with the chart's white background. Is there a way to change the color of the text inside the Label? When I use similar code for Bubbles, the text inside the bubbles defaults to Black. Here is an example of the code that I am trying to change: AddLabel(ChartLabels == 1 and Label and Test, “Positive”, Color.YELLOW).
Thank you in advance for your feedback!
Thank you in advance for your feedback!