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


In This Topic
    MarkerType Property (DataMarker)
    In This Topic
    Gets or sets the type of the marker.
    Syntax
    'Declaration
     
    Public ReadOnly Property MarkerType As MarkerType
    'Usage
     
    Dim instance As DataMarker
    Dim value As MarkerType
     
    value = instance.MarkerType
    public MarkerType MarkerType {get;}

    Property Value

    The type of the marker.
    See Also