Group: Forum Members
Last Active: 3 Years Ago
Posts: 176,
Visits: 1,865
|
I can get the attached using: nevronSeries.DataLabelStyle.VertAlign = Nevron.VertAlign.Center; nevronSeries.DataLabelStyle.ArrowLength = new NLength(0); nevronSeries.DataLabelStyle.ArrowStrokeStyle = new NStrokeStyle(0); nevronSeries.DataLabelStyle.ArrowPointerLength = new NLength(0);
but I want the label to be centred vertically within the bar. Can I do this?
Thanks Kevin
|