A SeriesRenderer that draws series as steps between data points.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
public class StepRenderer : Renderer2D |
Visual Basic Copy Code |
---|
Public Class StepRenderer |
StepRenderer must be placed inside a Plot2D component. It connects adjacent data points in series with step-like line segments. 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.StepRenderer