constants ZoomModeEnum
Specifies the way how the chart is zoomed. Use the ZoomWidthMode and ZoomHeightMode properties to zoom the chart.

NameValueDescription
exDefaultSize0 The chart is not zoomed.
exCustomSize1 The user specifies the factor zoom. Use the ZoomWidth and ZoomHeight property specify the factor zoom on x or y axis.
exControlSize2 The control zooms the chart to fit the control's area.