A class that represents line objects in line charts. Namespace: MindFusion.Charting Syntax
RemarksMindFusion.Charting builds a Line object for each line / area graphics it draws in a line chart. If the chart is drawn with scatter shapes, they are represented separately by Scatter objects. All properties of the Line class are read-only. You can set them through the LineChart class. When the user hits a line in hit-testing, the Line object that holds the hitted point is returned. Inheritance HierarchySystem.Object See Also |