MS Chart Control
I have spent a few hours messing with this trying to figure this out and it seems to have a logarithmic scale on the x axis, you need to have at least one series and all series need to have at least...
View ArticleMS Chart Control
Hi LuckyPhil78,I'll move this thread from VB General forum to Chart Controls for .NET Framework forum.You'll get better answer in that forum.Best RegardsYichun Feng
View ArticleMS Chart Control
Using the Properties pane.ChartAreas -> Axis -> x-Axis ->1. Set "isLogarithmic" -> True2. Set "LogarithimBase" ->103. Set "Maximum" -> 1004. Set "Minimum" -> 0.001
View ArticleMS Chart Control
How do you create the axis at design time? Because you add MSChart control to your form at design time doesn't mean it will run or error free.kaymafI hope this helps, if that is what you want, just...
View ArticleMS Chart Control
Hi there,Im trying to create a chart the has a base 10 logarithmic scale for the x axis with a range from 0.001 to 100. I seem to be able create the axis during design time but whenever the form is...
View Article