我在WinForms中使用LiveCharts。我不使用WPF的原因是因爲我不想在WPF中重寫GUI,所以我試圖查看是否可以讓LiveCharts在WinForms中工作。 我將LiveCharts控件作爲圖像保存爲PDF,因此標題需要位於圖表本身。 我找不到在圖表上添加標題的任何功能。我試過的是: VisualElement title = new VisualElement();
我想用LiveCharts在圖形中繪製雙倍值。 但我無法轉換我的值。 我得到的錯誤: Cannot convert source type 'System.Collections.Generic.List<double>
to target type 'LiveCharts.IChartValues'
這是我的代碼(也許不需要): using System;
using System.Co
我只是找不到解決方案來更改y軸刻度標籤的格式。 現在我得到如0.03和0.035的標籤。但我總是需要小數點後三位數字。 最大的問題是,如何訪問標籤格式? 這是我的代碼: using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Dr