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
}
ありがとうございました!質問に誤解がある場合はお知らせください。
スクリーンショットを編集