cancel
Showing results for 
Search instead for 
Did you mean: 

Line chart cuts off x-Axis value

Former Member
0 Kudos

Hi All,

Have created a display to display an x-Axis value versus a Y-Axis value using a Line Chart. We want to maximize the chart space so we have removed the Legend from the display, problem is doing this cuts of part of the final x-Axis label and part of the final data point on the graph ? Why - can we move the borders out ?

Emmett

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Emmett,

You can "Fake" some extra space out of the right side of the chart by setting the legend colors to blend into the background of the chart. This includes unchecking the "Use Pen Color?" box and setting the labels in the legend to match as well. Then simply set the legend to be whatever additional width you need. Other than this there's not really any other way that I can think of. Hope this helps.

Sam

Former Member
0 Kudos

Works to a point sam,

Had to programmatically set the LegendFontSize attribute to 0 as it doesn't allow you to set it in the display editor, otherwise you get that pointless dot present in the legend on its own, also can't set the legend width below 5 either programmatically or through the editor - seems this is the minimum. None the less 5 will do. Thanks for your help.

Emmett