Gets or sets the plot element size.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public override Size Size { get; set; }
Visual Basic
Public Overrides Property Size As Size
	Get
	Set
XAML Property Element Usage
<object>
  <object.Size>
    <Size .../>
  </object.Size>
</object>
XAML Attribute Usage
<object Size="Size" .../>

See Also