Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IPoint Interface / MarkerStyle Property


In This Topic
    MarkerStyle Property (IPoint)
    In This Topic
    Gets or sets the marker style for a point or series in a line chart, scatter chart, or radar chart.
    Syntax
    'Declaration
     
    Property MarkerStyle As MarkerStyle
    'Usage
     
    Dim instance As IPoint
    Dim value As MarkerStyle
     
    instance.MarkerStyle = value
     
    value = instance.MarkerStyle
    MarkerStyle MarkerStyle {get; set;}
    See Also