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


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