【发布时间】:2013-08-09 11:34:44
【问题描述】:
我是第一次在 Visual Basic 中使用 Dotnet.Highcharts 框架,我需要您的帮助。 我想设置刻度位置,但不知道如何设置。
code snippet:
.SetYAxis(New YAxis With {.GridLineWidth = 0, _
.Title = New YAxisTitle With {.Text = "test text"}, _
.Min = 1, _
.Max = 3, _
.TickPositions = ??? })
感谢您的帮助
【问题讨论】: