MindFusion.Charting Programmer's Guide

BarChart.CylinderTension Property

See Also
 





Gets or sets the tension of chart cylinders.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int CylinderTension { get; set; }

Visual Basic  Copy Code

Public Property CylinderTension As Integer

 Property Value

An int value that specifies the tension of the cylinder. The bigger the value, the flatter the cylinder. Values range from 0 to 100.

 Remarks

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.

 See Also