Reputation: 63
I recently created a 3D View with the StackedColumnChart in VB.NET But now I don't know how to remove the Space between two series.
Upvotes: 1
Views: 125
Reputation: 63
Resolved it myself. For anyone who wants to know: Chart1.ChartAreas("A").Area3DStyle.PointGapDepth = 0
Upvotes: 2