LayoutDefinition Properties
A layout element used to arrange panes.| Name | Description |
|---|---|
| SizeInPixels | Gets or sets the size in pixels if the LayoutDefinition.SizeMode property is set to UseSizeInPixels. |
| SizeMode | Gets or sets the value that defines how to change pane sizes when an end user resizes the chart. |
| Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
| Weight | Gets or sets the relative size of a layout definition element (column or row) used to specify the panes’ layout if the LayoutDefinition.SizeMode property is set to UseWeight. |
See Also