Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コア プロットのこの種の塗りつぶしの解決策はありますか? 色、画像で塗りつぶすことができると私は知っていますが、画像で塗りつぶすと、xAxis majorGridLineStyle がカバーされます。
ありがとう
I have a List<object>, and its first element is a List<double>, I mean:
List<object>
List<double>
//---- List <object> lista = new List<object>()