LineInterpolationPosition


Describes possible point-line positions in stepped line charts.

You can find more information in comments below.

enum class LineInterpolationPosition
{
    Before, // Point is draw before horizontal line 
    Middle, // Point is drawn at the middle of horizontal line 
    After // Point is draw after horizontal line 
};
Namespace: nitisa::charts
Include: Charts/Core/Enums.h