in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

SeriesLabelBase

Last post 10/28/2008 5:14 AM by Alan (Developer Express). 1 replies.
Page 1 of 1 (2 items)
Sort Posts:
Previous Next
  • 10/16/2008 11:14 AM

    SeriesLabelBase

     I am following the charts documentation and I came upon the following.  Where is SeriesLabelBase?

    Customizing Series Points Labels
    In our chart, both series display the same series points using Bar and Line series views. However, in this instance we've got the same series points labels shown twice for each series point. To avoid this, select series point labels for Series 2, and set its SeriesLabelBase.Visible property to false.

     

  • 10/28/2008 5:14 AM In reply to

    Re: SeriesLabelBase

    Hello Jason,

    Sorry for the late reply... However, if you or anyone else is still interested in this question, I'll try to explain.

    The SeriesLabelBase class is the base class for all series labels, for example for the BarSeriesLabel class. An instance of the BarSeriesLabel class is returned by the Series.Label property if its View is of the BarSeriesView type.

    So, if the documentation states that you need to set the SeriesLabelBase.Visible property to false, this means that you need to set the Series.Label.Visible property to false (if a series is currently selected), or simply set the Visible property to false (if a series label is currently selected).

    @.
    R&D, .NET Team.

    PS. If you wish to receive direct assistance from our Support Team, use Support Center at http://www.devexpress.com/sc.
Page 1 of 1 (2 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED