|
In a multiple ChartArea Chart, I have a ChartArea whose Series are series.ChartType = SeriesChartType.Point; series.MarkerStyle = MarkerStyle.Square; The chart goes from X: 0 to 25, with an interval of 5. Y: 1 to 6 with an interval of 1. Why does the XAxis, which starts at Y=1, show through my square markers? Also, the tickmarks show through. It only does that where Y=1. My marker color is Blue or White, depending on conditions, and the MarkerBorder is Black. The X and Y axis colors are Black. The Axis grid lines do now show though, even where Y=6. Thanks -Dave
|