|
Group: Forum Members
Posts: 33,
Visits: 76
|
How do I adjust the spacing between lines similar to this: "<p style="line-height:15px;">Jan<br/>17</p>"?
I have already set the axis text format to XML with: "((NOrdinalScaleConfigurator)currentAxis.ScaleConfigurator).LabelStyle.TextStyle.TextFormat = TextFormat.XML;" The break works but the style obviously doesn't because it needs to be XML not html.
|