Gets or sets whether bars are drawn as cylinders. Namespace: MindFusion.Charting Syntax
Property ValueA bool value, true if the bars are drawn as cylinders, otherwise false. RemarksInstances of the BarChart class can draw data not only as bars but also cylinders. The tension of the cylinders is specified with CylinderTension. All other chart settings remain the same as for bar charts. Default value for the Cylinder property is false. See Also |