SISBLU Software Posted September 18, 2020 Posted September 18, 2020 How do I show 2 chart (Inputs and Outputs)? Thisis an example I need. There are two tables (input and output) Quote
Sherzod Posted September 19, 2020 Posted September 19, 2020 20 hours ago, Daha Software said: Thisis an example I need. There are two tables (input and output) Hello, \FMSoft\Framework\uniGUI\Demos\Desktop\ChartDemo - DB ? Quote
SISBLU Software Posted September 21, 2020 Author Posted September 21, 2020 OK thanks! STACKED = FALSE The function color is WORK function beforerender(sender, eOpts) { var me=sender.chart; me.refill=function(sprite, config, rendererData, index) { return {fillStyle: me.colors[index]} }; me.series[0].setRenderer(me.refill); } But how to update the legend COLOR? And How to remove the stitch (point) ??? Quote
SISBLU Software Posted September 21, 2020 Author Posted September 21, 2020 This Option: FShowMarkers how to disable this function? Quote
Sherzod Posted September 22, 2020 Posted September 22, 2020 20 hours ago, Daha Software said: This Option: FShowMarkers how to disable this function? procedure TMainForm.UniFormCreate(Sender: TObject); begin TUniLineSeries(UniBarSeries1).ShowMarkers := False; end; Quote
SISBLU Software Posted September 22, 2020 Author Posted September 22, 2020 procedure TMainForm.UniFormCreate(Sender: TObject); begin TUniLineSeries(UniBarSeries1).ShowMarkers := False; end; Perfect ... thank you very much! - this Work --------------------------------------------------------------- How can I solve this: function beforerender(sender, eOpts) { var me=sender.chart; me.refill=function(sprite, config, rendererData, index) { return {fillStyle: me.colors[index]} }; me.series[0].setRenderer(me.refill); } But how to update the legend COLOR (UniBarSeries1)? Quote
Sherzod Posted September 22, 2020 Posted September 22, 2020 6 hours ago, Daha Software said: But how to update the legend COLOR (UniBarSeries1)? By the way, which build are you using? Quote
Sherzod Posted September 23, 2020 Posted September 23, 2020 11 hours ago, Daha Software said: uni-1.90.0.1535 OK, we will check. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.