How to define css/ style definitions for:
TitleBottom
TitleLeft
Series lables on the legend
Thickness of the legend lines.
Color of axis lines.
Can I define in css, or do I have to do it on the aspx.
Hello drpoalim,
Thank you for the update. Please see the documentation on the width property:
http://help.infragistics.com/NetAdvantage/ASPNET/2012.2/CLR4.0/?page=Infragistics4.WebUI.UltraWebChart.v12.2~Infragistics.WebUI.UltraWebChart.UltraChart~Width.html
As you can see this property should be set in pixels otherwise the value will be ignored. The exception to this is if Flash or SVG rendering is enabled then percentages will be accepted in addition to pixels.
Please let me know if you have any further questions concerning this matter.
Sincerely,Mike P.Developer Support Engineer IIInfragistics, Inc.www.infragistics.com
How specifcally do I set the chart width?
The property width of the chart is set to 100%.
But what I get, is that most of the control is empty, and the area of the chart itself is much smaller.
Thank you for contacting Infragistics!
To change these properties please see the following documentation:
Chart Appearance:http://help.infragistics.com/NetAdvantage/ASPNET/2012.2/CLR4.0/?page=Chart_Appearance.html
Chart Look and Feel:http://help.infragistics.com/Help/NetAdvantage/ASPNET/2012.2/CLR4.0/html/Chart_Change_the_Charts_Look_and_Feel.html
Legend:http://help.infragistics.com/Help/NetAdvantage/ASPNET/2012.2/CLR4.0/html/Chart_Customize_Chart_Legends.html
Paint Elements:http://help.infragistics.com/Help/NetAdvantage/ASPNET/2012.2/CLR4.0/html/Chart_Custom_Skins_and_Paint_Elements.html
As you can see this is done through chart properties instead of through CSS. Please let me know if you have any further questions concerning this matter.