MindFusion.Charting Programmer's Guide

BarChart.Cylinder Property

See Also
 





Gets or sets whether bars are drawn as cylinders.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool Cylinder { get; set; }

Visual Basic  Copy Code

Public Property Cylinder As Boolean

 Property Value

A bool value, true if the bars are drawn as cylinders, otherwise false.

 Remarks

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.

 See Also