Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
"Series Title" in Legend
posted

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.

Parents
No Data
Reply
  • 34510
    Offline posted

    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

Children
No Data