我想知道是否有可能给 PlotLines 贴上标签。直接标记线条或将项目添加到图例。我一直在想办法,但还没有找到。
new XAxisPlotLines
{
Value = upperspec,
Color = System.Drawing.Color.Red,
DashStyle = DotNet.Highcharts.Enums.DashStyles.ShortDash,
Width = 2,
Label = new XAxisLabels { Text = "Label Here" } // This does not work, but I want something with this functionality
}
谢谢!如果问题中有任何误解,请告诉我。
编辑
截图