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.
Need help for preparing Bar Chart
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
Â