A SeriesRenderer that draws series as steps between data points.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public class StepRenderer : Renderer2D |
Visual Basic
Copy Code
|
|---|
Public Class StepRenderer |
RemarksStepRenderer 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.
Inheritance HierarchySystem.Object![]()
MindFusion.Charting.SeriesRenderer
MindFusion.Charting.Renderer2D
MindFusion.Charting.StepRenderer
See Also