我無法將日期附加到SciChart折線圖上。我在運行時遇到這個錯誤。 Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Axis does not support type.'
我跟隨提供的例子,這裏是我的代碼,以追加我的數據到軸。 var sciChartSurface: SCIC
我試圖使用MVVM將垂直線條註釋插入到我的圖中。我對視圖模型的AnnotationCollection: public AnnotationCollection Lines
{
get
{
if (_lines == null)
{
_lines= new AnnotationCollection();