Hi
I'm having a real problem making any changes to the thickness of the line in the spline chart.
I've tried changing the thickness by:
1) Changing the chart.SplineChart.Thickness to another value where no LineAppearance items exist.2) Adding a range of LineAppearance items, and changing the Thickness properties.
I've tried both actions both at design time and at run time and nothing I do seems to make any difference to the thickness of the line.
Is there anywhere else I should be checking?
I'm using Infragistics v8.3.
Thanks
Chris
Either of those should work, with the first being the most straightfoward.
I would check to make sure you are not overriding any settings by loading presets or the like. You can try the two things you tried in a brand new application to make sure that it is working.
I've solved it by doing as you suggested and trying to more or less recreate my chart. It seems that if you use a CustomSkin ColorModel, the line thickness is overridden by the StrokeWidth property of each PE.
That only wasted an hour of my life figuring this one out... how confusing. It really shouldn't be this difficult to change the thickness of a line. Thanks for this post though, worked great!