A SeriesRenderer that draws series as a cardinal spline.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public class CurveRenderer : LineRenderer |
Visual Basic
Copy Code
|
|---|
Public Class CurveRenderer |
RemarksCurveRenderer must be placed inside a Plot2D component. It draws a cardinal spline through the points of each series. If the GetLabel method of Series object returns InnerLabel or OuterLabel strings, they are rendered near the point corresponding to respective data item.
Inheritance HierarchySystem.Object![]()
MindFusion.Charting.SeriesRenderer
MindFusion.Charting.Renderer2D
MindFusion.Charting.LineRenderer
MindFusion.Charting.CurveRenderer
See Also