A SeriesRenderer that draws series as polylines.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
public class LineRenderer : Renderer2D |
Visual Basic Copy Code |
---|
Public Class LineRenderer |
LineRenderer must be placed inside a Plot2D component. It draws the values of each series as a an open polyline. If the GetLabel method of Series object returns InnerLabel or OuterLabel strings, they are rendered near the polyline point corresponding to respective data item.
System.Object
MindFusion.Charting.SeriesRenderer
MindFusion.Charting.Renderer2D
MindFusion.Charting.LineRenderer
MindFusion.Charting.CurveRenderer