Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / ShowSeriesNameOnLabels Property


In This Topic
    ShowSeriesNameOnLabels Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ShowSeriesNameOnLabels As Boolean
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As Boolean
     
    instance.ShowSeriesNameOnLabels = value
     
    value = instance.ShowSeriesNameOnLabels
    public bool ShowSeriesNameOnLabels {get; set;}
    See Also