2

Is it possible to have the label pointer lines to point within the pie chart area? I found that you can control the line size and bend with the Custom Attributes, "LabelsHorizontalLineSize" and "LabelsRadialLineSize" on the Chart Series, but can they point inside instead of outside?

Basically, I currently have a chart that looks like this:

Original Chart

but I would like it to look like this (with the dots at the end if possible):

New Chart

Is there a way to do this in Visual Studio SSRS Report Designer?

Lenny K
  • 128
  • 12

1 Answers1

1

Short answer, no. This is one of the (many) limitations of SSRS

Jonnus
  • 2,988
  • 2
  • 24
  • 33
  • Just curious, but is there a long answer? – Lenny K Jan 05 '16 at 13:38
  • 1
    Not really, but there is a good article here to add some jazz to your pie charts https://www.mssqltips.com/sqlservertip/3586/sql-server-reporting-services-multilayer-pie-charts/ – Jonnus Jan 05 '16 at 13:47