Changing the Corners of the Rectangles in Bar/Column Charts

Bars/columns do not have rounded corners by default. The radius of rectangle corners can be set using Bar class, for example:

ds.Symbol = new Bar() { RadiusX=5, RadiusY=5};


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.