A class that represents line objects in line charts.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public sealed class Line : ChartElement |
Visual Basic
![]() |
---|
Public NotInheritable Class Line |
MindFusion.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 hit point is returned.
System.Object
MindFusion.Charting.ChartElement
MindFusion.Charting.Line