How to show the axis of the line for each column in the chart? I have a line only on the second, fourth ...,
alt text http://img35.imageshack.us/img35/6106/chartiu.png
I found the answer:
chartArea.AxisX.MajorGrid.Interval = 1; chartArea.AxisX.MajorTickMark.Interval = 1; chartArea.AxisX.LabelStyle.Interval = 1;
Now it looks like this:
alt text http://img683.imageshack.us/img683/5818/chartig.png
Source: https://habr.com/ru/post/1745970/More articles:How to properly process signals when using a workflow template? - cHow to display a List of URLs as Hyperlinks on an ASP.Net Page (C #) - c #How to output formatted html in java - javaNUnit Test with WatiN works fine with Dev10, but when NUnit started with "C: \ Program Files (x86) \ NUnit 2.5.5 \ bin \ net-2.0 \ nunit.exe" - nunitSaving HTML formatted text in a database - c #virtual directory is not configured as an application in IIS - asp.netGWT + XML Documents with Namespaces - javaAsp.Net MVC Non-duplicate forms when editing / adding - asp.netRFC for remote call transaction in SAP - sapSetting TRadioButton to test raises the OnClick event - delphiAll Articles