Dimensions in ASP.NET MVC 3D Chart Component
18 Nov 20181 minute to read
Size for container
The 3D chart can be rendered to its container size and it can be set via inline or CSS as demonstrated below.
Size for chart
The size of the 3D chart can be set directly through Width and Height properties.
In pixel
The size of the 3D chart can be set in pixel as demonstrated below.
In percentage
By setting the value in percentage, 3D chart gets its dimension with respect to its container. For example, when the height is 50%, chart renders to half of the container height.
NOTE
When you do not specify the size, it takes
450pxas the height and window size as its width.