Hi,
Thanks for that, I can return a LineChartAppearance but what i would like is the ChartLayerAppearance for this layer and I can't figure out how to retreive it.
At the moment my composite line chart has no Y axis labels. The senario I am after is that after a user clicks or hovers on a datapoint the labels will be displayed for that axis i.e. i need to be able to execute:
layer.AxisY.Labels.ItemFormatString =
"<DATA_VALUE:0.#>";
If you can suggest a better way to do this, or some standard setting that im missing Id be most grateful. As it stands I either have the option of overlapping Y axis labels or none at all.
Thanks,