Gets or sets the tension of chart cylinders.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public int CylinderTension { get; set; } |
Visual Basic
![]() |
---|
Public Property CylinderTension As Integer |
An int value that specifies the cylinder tension as percent from the length of the radius.
Instances of the BarChart class can draw data not only as bars but also as cylinders. Cylinders are drawn when the Cylinder property is set to true. All other settings for the chart remain the same as for bar charts.
Default value for the CylinderTension property is 30.