Line Chart Value - LineStyle Property
Describes how to draw the line connecting the values
Member of Line Chart Value (PRIM_CHRT.LineChartValue)
Data Type - Enumeration
Details
Describes how to draw the line connecting the values.
Curved LineStyle gives a smooth transition beteen values.
Stepped LineStyle gives a squared look with lines parallel to the bottom and top axes.
Straight LineStyle will take the shortest path between two values giving it a look of sharp peeks and troughs.
Allowed Values
Enum Value | Description |
|---|---|
Curved | The line between values curves |
Stepped | The Line between values is stepped |
Straight | The line between values is straight |