Hello Telerik, I am trying to align title position by this example.
Here is my chart.
And code
And I tried like this:
Does not work ether. What can it be?
When I delete appearence and textblock I have next image.
How can I align char title to the left?
Here is my chart.
And code
<ChartTitle>
<Appearance Dimensions-Margins="4%; 10px; 14px; 8%" Position-AlignedPosition="TopLeft">
</Appearance>
<TextBlock Text="">
<Appearance TextProperties-Font="Arial, 18px" TextProperties-Color="#000000">
</Appearance>
</TextBlock>
</ChartTitle>And I tried like this:
<Appearance Dimensions-Margins="0px; 0px; 0px; 0px" Position-AlignedPosition="TopLeft"></Appearance>Does not work ether. What can it be?
When I delete appearence and textblock I have next image.
How can I align char title to the left?