Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BuiltinMarker Class / Size Property


In This Topic
    Size Property (BuiltinMarker)
    In This Topic
    Gets the width of the marker.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Size As Single
    'Usage
     
    
    Dim instance As BuiltinMarker
    Dim value As Single
     
    value = instance.Size
    public float Size {get;}
    Remarks
    Size is measured in points.
    See Also