Gets or set the type of the line chart. Namespace: MindFusion.Charting Syntax
Property ValueOne of the LineTypes enumeration values. RemarksThe members of the LineTypes enumeration allow bitwise combination, which increases the variety of charts that can be drawn. When using MindFusion.Charting programmatically, the type of line chart is set in the constructor. It can later be changed with the LineType property. Line charts can be drawn not only as a combination of straight lines but also as curves. This is set with Curve. See Also |