Best Regards,Nevron Support Team
Hi,
when I show a datalable from a mouse click. data label shows that arrow line start from middle of text. I supposed that it should start from bottom of backplane. does my version is too old?
my version is 9.1.13.12
source code like below:
{
label.Format = m_label;
label.Visible =
label.TextStyle.BackplaneStyle.StandardFrameStyle.OuterBorderColor =
label.TextStyle.BackplaneStyle.StandardFrameStyle.InnerBorderColor =
label.ArrowStrokeStyle =
label.TextStyle.BackplaneStyle.Shape =
pline.DataLabelStyles[result.DataPointIndex] = label;
nChartControl1.Refresh();
}
-Jacky