FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartDataSeries Class / ToString Method

In This Topic
    ToString Method (ChartDataSeries)
    In This Topic
    Gets the string represents the data series.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    The label of the data series if it's not empty, or the class name.
    See Also