Search
StepRenderer Class
Remarks See Also
 






A SeriesRenderer that draws series as steps between data points.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class StepRenderer : Renderer2D

Visual Basic  Copy Code

Public Class StepRenderer
    Inherits Renderer2D

 Remarks

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.

 Inheritance Hierarchy

System.Object
    MindFusion.Charting.SeriesRenderer
        MindFusion.Charting.Renderer2D
            MindFusion.Charting.StepRenderer

 See Also