1
使用F#圖表,我能夠改變軸標籤字體大小與FSharp圖表更改數據點標籤的字體大小
chart |> Chart.WithArea.AxisX(LabelStyle = myStyle)
但是還沒有找到一種方法來改變數據點標籤字體大小
let myChart = Chart.Line prices |> Chart.WithDataPointLables(Label = "hello")
如上創建的
。
任何知道如何去做這件事?