Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataMarker Class / ActualStrokeDashType Property


In This Topic
    ActualStrokeDashType Property (DataMarker)
    In This Topic
    Gets the actual value that indicates the pattern of dashes and gaps that is used to outline a data marker.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualStrokeDashType As StrokeDashType
    'Usage
     
    Dim instance As DataMarker
    Dim value As StrokeDashType
     
    value = instance.ActualStrokeDashType
    public StrokeDashType ActualStrokeDashType {get;}
    See Also