SteppedLine
Namespace: Wisej.Web.Ext.ChartJS3
Assembly: Wisej.Web.Ext.ChartJS3
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 | No step interpolation. |
| Middle | Step-middle Interpolation. |