Hi
I have an issue with fonts appearance. When debugging on devserv locally all is ok. But when i release code to IIS 6.0 fonts are rendered diffrently.
I'm using bar chart and column char and the same issue on both.
Here is my markup:
<Y LineThickness="1" TickmarkInterval="0" Extent="200" TickmarkStyle="Smart" Visible="True">
<MajorGridLines AlphaLevel="255" Color="Gainsboro" DrawStyle="Dot"
Thickness="1" Visible="True" />
<MinorGridLines AlphaLevel="255" Color="LightGray" DrawStyle="Dot"
Thickness="1" Visible="False" />
<Labels Font="Verdana, 7pt" FontColor="Black" HorizontalAlign="Far"
ItemFormatString="" Orientation="Horizontal" VerticalAlign="Center" >
<SeriesLabels Font="Verdana, 7pt" FontColor="Black" HorizontalAlign="Center"
Orientation="Horizontal" VerticalAlign="Center" >
<Layout Behavior="Auto">
</Layout>
</SeriesLabels>
</Labels>
</Y>
And here result:
local
iis
Hi,
try looking at this post:
http://forums.infragistics.com/forums/p/32543/177417.aspx#177417
Many thanks Teodor,
I missed that post. Is there any place where all atrbiutes/properties and methods are well described. In samples i couldn't find any information about that.
Cheers
http://msdn.microsoft.com/en-us/library/ssazt6bs.aspx