Jump to content

alice123

Members
  • Posts

    23
  • Joined

  • Last visited

Recent Profile Visitors

534 profile views

alice123's Achievements

Newbie

Newbie (1/4)

1

Reputation

  1. Great ! Thank you. This is quite important for us to see. Please notify me for this if possible.
  2. @Sherzod try'd it in different variants, non will work: L.Delimiter:=','; JSCode(#1'.chart.colors="' + L.DelimitedText + '".split(",");'); JSCode(#1'.chart.series[0].setRenderer();'); JSCode(#1'.chart.series[0].setRenderer('#1'.chart.refill);');
  3. No, because it need to be possible change colors at runtime .
  4. Yes, got forgotten for a long time, now i will get more and more Interesting. But, if it isnt possible (chart bar color) then ok, we (i) have to look for a other solution (with unigui).
  5. ? i try this all with FMSoft uniGUI Complete Professional 1.90.0.1551 Trial
  6. yes, there was my code from >>Now, is it possible to change colors at runtime ? and this was your code from there: with UniChart3.JSInterface do begin JSAssign('chart.colors', [JSArray(['green','yellow','red'])]); JSCall('chart.refresh', []); end; but this give me this error:
  7. In different colors, for example: 1bar in red 2bar in green 3bar in blue
  8. all bars will be painted with the same color, in this case yellow, see:
  9. This will paint *all bars to green not only the first one 😔
  10. i try'd like this: with your code, that i found here : procedure TMainForm.UniButton2Click(Sender: TObject); var st:string; begin st:='''Red'',''Yellow'',''Green'''; with UniChart3.JSInterface do begin JSAssign('chart.colors', [JSArray(['green','yellow','red'])]); JSCall('chart.refresh', []); end; end; will not work. but if this work, thats enough for me, i will try to repaint the chart with the correct colors then retroactively.
  11. hi, similar question: how to do this ?
×
×
  • Create New...