I am using XamDataChart with OlapAxis and using ig:Legend. When I use the default series as "Column" I see "Series Title" legend. I do not see this when using Point Series. "Series Title" is always displayed by default along with other items in the legend with Column Series.
Hi Lakshmi,
"Series Title" is the text we use when a title has not been provided to the series. When using the OlapAxis, since the series is automatically generated you'll have to handle the SeriesCreating event to access that series and then change the e.Series.Title property to whatever title you want. Please see the following sample for an example on how to do this: http://ko.infragistics.com/samples/wpf/data-chart/olap-axis