[C#] | public void setMinImageMapSize(int size); |
[VB] | Public Sub setMinImageMapSize(size As Integer) |
ChartDirector 7.1 (.NET Edition)
BaseBoxLayer.
Usage
[C#] | public void setMinImageMapSize(int size); |
[VB] | Public Sub setMinImageMapSize(size As Integer) |
Description
Arguments
Argument | Default | Description |
---|---|---|
size | (Mandatory) | The minimum height (or width if the x-axis and y-axis are swapped with XYChart.swapXY) of the hot spots defined by the image map. |
Return Value