It is possible to have solid and dashed lines on a chart?
If so, are there any examples?
I would like to have actual years as solid and budget versions as dashed lines. There could be several years and several budgets for each year on the chart.
The line style can be controlled through the LineAppearances property, which is a collection of LineAppearance objects. Here's a link with an example for a LineChart with 3 rows of data:http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Chart_Customize_the_Appearance_of_Lines_in_Line_and_Area_Charts.html
Is this done the same way in composite charts? I have a composite chart that requires a dashed and solid line (on top of stacked columns), but I've noticed that a lot of the standard techniques don't apply to composite charting.