Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.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