Type | Description | |||
ResizeChartEnum | A ResizeChartEnum expression that indicates the way user can resize or enlarge the control's chart. |
When the user resizes or enlarges the chart at runtime, the following properties may be changed:
Here's some cases of the AllowResizeChart property values:
In conclusion, if the AllowResizeChart property includes no exAllowChangeUnitScale flag, the UnitScale property of the chart is not changed while resizing is performed, so actually only the UnitWidth and FirstVisibleDate may be changed. If the AllowResizeChart property includes exAllowChangeUnitScale flag, all of the mentioned properties may be changed. The Label property of the Chart indicates the available time-scale units when zoom-in zoom-out is performed. For instance, if the Label(exHour) property is empty, the exHour time-scale unit is not available, else If the Label(exHour) is not empty, the exHour time scale unit is available. In other words, when zoom-in/zoom-out is performed the control's chart can be zoomed to exHour only if the Chart.Label(exHour) property is not empty.