SteppedLine
Namespace: Wisej.Web.Ext.ChartJS
Assembly: Wisej.Web.Ext.ChartJS
Defines the style of a stepped line for a line chart.
- C#
- VB.NET
public enum SteppedLine : Enum
Public Enum SteppedLine As [Enum]
Fields
| Name | Description |
|---|---|
| After | Step-after interpolation |
| Before | Step-before interpolation |
| False | Stepped lines are not used |