Gets or sets whether bars are drawn as cylinders. Namespace: MindFusion.Charting.WebForms
|
C#
![]() |
---|
public bool Cylinder { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Cylinder As Boolean |
A bool value; true if bars are drawn as cylinders, otherwise false.
Instances 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.