ComponentOne Chart for WPF and Silverlight
Size Property (PlotElement)


C1.WPF.C1Chart Namespace > PlotElement Class : Size Property
Gets or sets the size of the plot element.
Syntax
'Declaration
 
Public Overridable Property Size As System.Windows.Size
'Usage
 
Dim instance As PlotElement
Dim value As System.Windows.Size
 
instance.Size = value
 
value = instance.Size
public virtual System.Windows.Size Size {get; set;}
See Also

Reference

PlotElement Class
PlotElement Members