public enum ENLineSegmentMode : System.Enum
public enum ENLineSegmentMode : System.Enum
Member | Description |
---|---|
HVAscentVHDescentStep | The lines segment is represented by a HV segment if the segment is ascending and VH step if it is descending |
HVStep | The line segment is represented by a horizontal and then vertical step line |
Spline | The line segmented is represented by a spline |
StaightLine | The line segment is represented by a straight line |
VHAscentHVDescentStep | The lines segment is represented by a VH segment if the segment is ascending and HV step if it is descending |
VHStep | The line segment is represented by a vertical and then horizontal step line |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Chart.ENLineSegmentMode
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)