This question is locked. New answers and comments are not allowed.
Hi,
I am creating a horizontal bar chart and setting its lables like
But the labels gets displayed at the right side.I need them at the top of each bar.
In case of vertical bar, it displays automatically at the top of each bar.
How do I get the same feature for horizontal bar chart?
I am creating a horizontal bar chart and setting its lables like
barseries.LabelDefinitions.Add(new ChartSeriesLabelDefinition { Margin = new Thickness(0, 0, 0, 0) });
But the labels gets displayed at the right side.I need them at the top of each bar.
In case of vertical bar, it displays automatically at the top of each bar.
How do I get the same feature for horizontal bar chart?