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


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

    Property Value

    The data point marker type.
    See Also