Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SeriesDataField Class / Segments Property


In This Topic
    Segments Property (SeriesDataField)
    In This Topic
    Gets the segments.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Segments As IList(Of ISegmentData)
    'Usage
     
    
    Dim instance As SeriesDataField
    Dim value As IList(Of ISegmentData)
     
    value = instance.Segments
    public IList<ISegmentData> Segments {get;}

    Property Value

    The segments.
    See Also