Specifies the size of the chart's bounding rectangle. Namespace: MindFusion.Charting Syntax
Property ValueA value of type .NET SizeF structure. RemarksThe property is read-only and specifies the size of the chart.
The property is meaningful when using the control programmatically. The size of the chart is calculated according to its data and customization options and cannot be changed. You can also use the CalculateSize method to calculate the dimensions of the chart's bounding rectangle. The size of the chart does not change when the chart's TopLeftPosition property is changed. See Also |