Need help for preparing Bar Chart

Asked By 10 points N/A Posted on -
qa-featured

Hi,

I am working with a bar chart. There are minimum and maximum expressions in the bar chart. The interval type is in auto mode and is set to 2. Now I am failing to have a scale break on my bar chart. So actually what happened in my chart?

Please let me have a suggestion.

Thanks.

SHARE
Best Answer by Jessica simons
Answered By 15 points N/A #154052

Need help for preparing Bar Chart

qa-featured

Hello,

I suggest that you study the links that I am going to give to you

http://speckyboy.com/2009/02/04/16-usable-css-graph-and-bar-chart-tutorials-and-techniques/

https://msdn.microsoft.com/en-us/library/cc281302(v=sql.105).aspx

It is a tutorial on how you are going to be able to fix the bar chart, it is the best way to solve the issue and to learn more as well.

I hope this suggestion will help you a lot.

 

 

Best Answer
Best Answer
Answered By 0 points N/A #154053

Need help for preparing Bar Chart

qa-featured

It is not a built in feature in windows.  You cant use this if you are using 3D bar charts. It is not possible to scale breaking in 3D.

First of all you must have to enable this property by   ScaleBreakStyle.Enabled property to True.

The type of scale breaking style can be selected from breakline.Type.

You can set the width and color of the scale break line by setting the respective ScaleBreakStyle.LineWidth, and ScaleBreakStyle.Linecolor properties

 

Related Questions