How may I get a DataVisualization.Charting Chart to show its axes and gridlines before points are added? Currently the chart area is blank even if axes scale limits are set manually, and I can see no good reason for this.
How may I get a DataVisualization.Charting Chart to show its axes and gridlines before
Share
Set the Axis.Enabled properties to ‘AxisEnabled.True’ instead of ‘AxisEnabled.Auto’