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


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

    Property Value

    The actual value that indicates the pattern of dashes and gaps that is used for the data point outline.
    See Also