PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, April 22, 2022

[FIXED] How to fix pie charts size in SSRS

 April 22, 2022     pie-chart, properties, reporting-services, size     No comments   

Issue

I have 4 charts created in SSRS 2017 and I need them to be the same size. Are there any settings (and where? in SSRS) to make size all the same for all of my 4 charts?

When I go into Chart Area properties, there is nothing about the chart size...

Please help!

enter image description here

Update: When I clicking on the Chart Area slightly outside the actual chart I see the following Chart Properties: enter image description here


Solution

You can control the position of the chart area and the plot position of the pie within the area by setting the CustomPosition and CustomInnerPlotPosition properties. Select the chart area first to see these properties.

Please note: You must select the CHART AREA object in the designer not the chart Just click slightly outside the pie to select the correct area then you will see these properties.

enter image description here

You can do the same for the legend too if required so you can get full control over the final rendered size.

It does take a bit of trial and error to get a layout that suits all your needs but it can be done.



Answered By - Alan Schofield
Answer Checked By - Mildred Charles (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing