When I bind data to barchart. I can not see the labels on the X axis for some bars. For example: I bind four data to a chart. Only the 2nd and 4th data labels are displayed on the chart.
According to http://msdn.microsoft.com/fr-fr/library/system.web.ui.datavisualization.charting.axis.interval.aspx you can try something like:
myArea.AxisX.Interval = 1;
where myArea is your main ChartArea
NB: "The Interval property for the main label, grid line, or axis label takes precedence over the parameter of the Interval property of the Axis object.
Source: https://habr.com/ru/post/1444078/More articles:Python Syntax __init__ - pythonSelecting all top-level rows of a table in SQL Navigator - sqlUsing MouseDragElementBehavior with ItemsControl and Canvas - wpfHow to force launch WPF launch window to a specific screen? - c #MVC3 Razor - at least one checkbox checked - javascriptEfficient data structure for linking data to file system paths? - dictionaryORA-2800: qtp blocking error - oracleTemplate localization in symfony2 - symfonyrotate svg: a line rotated at one of its ends in d3 - rotationjQuery UI resizes when changing width - javascriptAll Articles