FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.8 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DPointSeries Class / ToString Method

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

    Return Value

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