Unable to save Chart's Title and Label Format String
Hello Support,
I have the same problem specified at http://www.fast-report.com/en/forum/index....15&hl=chart .
I am using the NET Version=1.8.22.0,
I set some LabelStyle values, these are shown in the preview but after this, the values are not saved.
I try to setup theses values by code in the same report with the following line and I get some messages errors related to assemblies.
MSChart1.Chart.ChartAreas[0].Axes[0].LabelStyle.Interval = 0.5;
Thanks in advance,
Pedro
I have the same problem specified at http://www.fast-report.com/en/forum/index....15&hl=chart .
I am using the NET Version=1.8.22.0,
I set some LabelStyle values, these are shown in the preview but after this, the values are not saved.
I try to setup theses values by code in the same report with the following line and I get some messages errors related to assemblies.
MSChart1.Chart.ChartAreas[0].Axes[0].LabelStyle.Interval = 0.5;
Thanks in advance,
Pedro
Comments
After you make changes in the chart's properties, move the chart object a little to save the current state. The designer can't catch changes made in the Properties window.