Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / HistogramLine Class / SeriesNameDataField Property


In This Topic
    SeriesNameDataField Property (HistogramLine)
    In This Topic
    Gets or sets the field in the data source that stores the series name.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property SeriesNameDataField As String
    'Usage
     
    
    Dim instance As HistogramLine
    Dim value As String
     
    value = instance.SeriesNameDataField
    public override string SeriesNameDataField {get;}
    Exceptions
    ExceptionDescription
    value is a null reference (Nothing in VB).
    See Also