Specifies the different types of bar charts that can be drawn. Namespace: MindFusion.Charting Syntax
Members
RemarksThe Enumeration represents the different types of bars that can be drawn. The property for setting the bar type is called BarType. Use Depth3D to set the depth for 3D charts. Set Cylinder to true to draw the bars as cylinders. Bars can also be drawn horizontal if Horizontal is set to true. The space among bars depends on BarWidth, DistBtwBars and DistBtwSeries. The layout of bars in muti-series charts is specified with the BarSeriesLayout enumeration and the BarSeriesLayout property. See Also |