Gets or sets the type of the bar chart to be drawn. Namespace: MindFusion.Charting Syntax
Property ValueOne of the BarType Enumeration values. RemarksThe layout of bars in multi-series charts is set with BarSeriesLayout. Multi-series charts are drawn when BarType is set to BarType.Groups or BarType.Clustered. Check the BarType enumeration members for additional information what types of bars can be created. Find detailed information how data for the bar chart is specified in the Data property. Default value for the BarType property is BarType.Single3D. See Also |