[]
Specifies the position of steps in Step chart. It should be 'Start', 'Center' or 'End'.
[JsonConverter(typeof(EnumToStringConverter))]
public StepPosition Position { get; set; }
<JsonConverter(GetType(EnumToStringConverter))>
Public Property Position As StepPosition