Hi,
Can i render the chart’s legend in separate cell?
If i have a 2U layout i want to render chart in cell a and its legend in cell b.
Is it possible?
Thanks,
Naresh Adla
Hi,
Can i render the chart’s legend in separate cell?
If i have a 2U layout i want to render chart in cell a and its legend in cell b.
Is it possible?
Thanks,
Naresh Adla
Hi
You can place chart name in any custom object (i.e. as layout cell’s header) and don’t draw it in the chart’s area.
But you can’t achieve the things you ask.
Thanks for ur reply Mr.Darya,
Can u explain more on this.
I ddnt understood ur answer.
I mean the next:

Code sample:
[code]
Initiazation html, body { width: 100%; height: 100%; margin: 0px; overflow: hidden; background-color:white; }P.s. You can only add your chart name manually. It will be just like a simple text atr text-object.
Thanks for ur reply.
That was fine.
I think u ddnt understood my problem.
My question is can i place a chart’s legend (not chart name) in another cell?
If u look into the attached image if legend have more length both legend and chart gets rendered one on another. There is no clear separation between legend and chart.
So is there any option to render both of them in only one cell with clear separation
OR
can i place that legend in separate cell and how can i do that?
Thanks.
Unfortunatelly you can’t achieve the feature you want, but you can use chart/grid integration as in the sample
dhtmlx.com/docs/products/dht … xgrid.html
or
dhtmlx.com/docs/products/dht … group.html
And you can place legend color icons as items in grid cell
Thanks for your help. 
You are welcome