ChartDirector 5.1 (.NET Edition)

WebChartViewer.ZoomInWidthLimit


Declaration

[VB] Public Property ZoomInWidthLimit As Double
[C#] public double ZoomInWidthLimit {get; set;};

Description

Gets or sets the view port width at maximum zoom in.

Note: This property is applicable only if the browser side JsChartViewer is included in the web page.

In many applications, it is desirable to set a maximum zoom in level, instead of allowing the user to zoom in indefinitely.

This property determines the minimum allowed view port width. It should be between 0 and 1. The default is 0.01, which means a maximum zoom in of 100x (the view port see only 1% of the underlying surface).