This document is archived and information here might be outdated. Recommended version. |
The patch height (in points).
[Visual Basic .NET]
Public Property PatchHeight As Double
[C#]
public double PatchHeight {get; set;}
[C++]
HRESULT get_PatchHeight(
System.Double* heightPts
);
[C++]
HRESULT put_PatchHeight(
double heightPts
);
[C++] Parameters heightPts [out, retval]
heightPts is a parameter of type double* heightPts [in]
heightPts is a parameter of type double
Changing the size of the legend patch will not change the size of the symbol. It only changes the size of the patch surrounding the symbol. The size of the symbol is determined by the properties of the symbol itself. The symbol will increase in size if AreaPatch or LinePatch are used. A size should be specified. Entering 0 may lead to unexpected results.