Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / StringSegmentData Class / Value Property


In This Topic
    Value Property (StringSegmentData)
    In This Topic
    Gets the value of the string segment.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As String
    'Usage
     
    
    Dim instance As StringSegmentData
    Dim value As String
     
    value = instance.Value
    public string Value {get;}
    See Also