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


In This Topic
    MarkerSize Property (IPoint)
    In This Topic
    Gets or sets the data-marker size, in points. Can be a value from 2 through 72.
    Syntax
    'Declaration
     
    Property MarkerSize As Integer
    'Usage
     
    Dim instance As IPoint
    Dim value As Integer
     
    instance.MarkerSize = value
     
    value = instance.MarkerSize
    int MarkerSize {get; set;}
    See Also