Hi,
I am facing a problem while setting a multi line title for chart control.
I have two line chart title and i set the alignment as :
(
By using this code snippet, the title is aligned top center. Now the problem is as the title is multiline, the first line
is aligned properly but the second line is not. It starts from where the first line starts besides that it contains less
text then the first line. Now i want to align the lines separately.
Please provide any solution as soon as possible.
Thanks in advance...
Vipul
I am facing a problem while setting a multi line title for chart control.
I have two line chart title and i set the alignment as :
(
radChart.ChartTitle.Appearance.Position.AlignedPosition = Telerik.Charting.Styles.
AlignedPositions.Top;
)
By using this code snippet, the title is aligned top center. Now the problem is as the title is multiline, the first line
is aligned properly but the second line is not. It starts from where the first line starts besides that it contains less
text then the first line. Now i want to align the lines separately.
Please provide any solution as soon as possible.
Thanks in advance...
Vipul