Search code examples
vb.netchartsmschartseries

MS Chart remove space between Series


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. enter image description here


Solution

  • Resolved it myself. For anyone who wants to know: Chart1.ChartAreas("A").Area3DStyle.PointGapDepth = 0