Hi
How to change Maximum and Minimum axis range? (VB.NET)
How to change Maximum and Minimum axis range
Re: How to change Maximum and Minimum axis range
Hello.
Please, try to use next code:
Thank you.
Please, try to use next code:
Code: Select all
Dim chart As StiChart = TryCast(rep.GetComponentByName("Chart1"), StiChart)
DirectCast(DirectCast(chart.Area, Stimulsoft.Report.Chart.StiAxisArea).YAxis, Stimulsoft.Report.Chart.StiAxis).Range.Minimum = 2
DirectCast(DirectCast(chart.Area, Stimulsoft.Report.Chart.StiAxisArea).YAxis, Stimulsoft.Report.Chart.StiAxis).Range.Maximum = 10
Re: How to change Maximum and Minimum axis range
And where i use this code? Visual Studio or Designer (Version 2012) ?
Thank You.
Thank You.
Re: How to change Maximum and Minimum axis range
Hello,
Sorry, maybe in this case we did not exactly understand your question. Could you explain your issue in more details?
Thank you.
Sorry, maybe in this case we did not exactly understand your question. Could you explain your issue in more details?
Thank you.