kendo-chart responsive design sizing not using pixels - kendo-ui-angular2

I'm attempting to place a kendo chart in a grid footer template. All is working well. However, I would like the chart to take the entire width/height of the cell. The chart appears to require a height/width in pixels (or it will assume one), which doesn't lend itself to a responsive design very well..
Is there a way to do this currently where sizing can be specified in %?

Not at the moment, but you can monitor issue #73 for updates.

Related

How to display the picture in the center of the grid in excel by poi

I need to write the picture into Excel. The picture is displayed in the middle of the grid (this grid may be combined by multiple grids). If the picture is larger than the grid, it needs to be scaled in the middle of the grid. Now, the problem is that the height unit read by Excel is not a pixel. After calculating the scaling, the written excel will deform the picture. Have you encountered similar problems? How to solve it?

Anychart multiple Legends and Labels

We often show several legends in our charts and usually even a label as footer.
The legends can be above or below the chart and thus also the footer.
If there is more than one legend, the legends should be drawn stacked up, one above the other.
For this case we use standalone legends and labels.
But we have a problem:
Since the legends and the chart are all drawn in the same container, the chart hides the legends.
We have solved the problem so that the margin of the chart is adjusted when a legend is drawn underneath it. Now the chart takes less space and you can see the legend as planned.
However, this does not work properly if there are several legends or footer.
Standalones cannot be placed with top() or left(), but only have their parent container and a position().
Manipulating the margin of each legend and the chart to fit them all in the container is not a satisfying way to do this.
There must be a better way to control the layouting of the elements within the container.
What is the right way to do this?
The position of standalone legend on the stage can be controlled using parentBounds() function. For details, check the sample.

VBA- partially zoom in to the Designer

I wanted to change some small controls by selecting and arranging them. they are at the bottom right corner, so when I use the usual zoom in, they go out of sight and became inaccessible from my screen. is there any way I can just zoom into my desired controls or set of controls? Also, I can't resize the designer itself, as I already using its maximum width.
Thanks for any help.
In the properties, , select ScrollBars #3, the Set ScrollHeight and Width to 150% of your form hight and width.

Integrating charts in Excel

I was wondering if there is a way to integrate a bar chart and a line chart into "one single chart", where the bars are "on top of the line plot? See picture for a clearer view.
(Obviously the bar-chart is not supposed to be outside the actual plot...)
This is a bit of a hack, but you could create two charts with the chart area fill transparency turned to 100%. This allows charts to be placed on top of each other, but in a way that both can be seen. Turning off any elements in the chart that you don't want (for example, duplicate axis) would enhance the presentation.
Problem solved. It was actually just a matter of scaling data, and using two "line with markers" type charts. The lines in between each dot in the one showing the percentage, were then removed. Then, using a certain layout, a line connecting the two series could appear (as shown in pic).

Pie chart, bar chart and graphs using LWUIT

Has anybody ever drawn charts and graphs using LWUIT? Is it even possible? If it is, can you share with the world?
Just look on this blog, Charting Components For LWUIT.

Resources