ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Star Class / Size Property


In This Topic
    Size Property (Star)
    In This Topic
    Gets or sets the plot element size.
    Syntax
    'Declaration
     
    
    Public Overrides Property Size As Size
    'Usage
     
    
    Dim instance As Star
    Dim value As Size
     
    instance.Size = value
     
    value = instance.Size
    public override Size Size {get; set;}
    See Also