Table of Contents

Class StepGenerator

Namespace
Radzen.Blazor.Rendering
Assembly
Radzen.Blazor.dll

Class StepGenerator. Implements the IPathGenerator

public class StepGenerator : IPathGenerator
Inheritance
StepGenerator
Implements
Inherited Members

Constructors

StepGenerator()

public StepGenerator()
See Also

Methods

Path(IEnumerable<Point>)

Pathes the specified data.

public string Path(IEnumerable<Point> data)

Parameters

data IEnumerable<Point>

The data.

Returns

string

System.String.

See Also

See Also