This document is archived and information here might be outdated. Recommended version. |
Patch height in points. Can be overridden by the LegendItem.
[Visual Basic .NET]
Public Property DefaultPatchHeight As Double
[C#]
public double DefaultPatchHeight {get; set;}
[C++]
HRESULT get_DefaultPatchHeight(
System.Double* Height
);
[C++]
HRESULT put_DefaultPatchHeight(
double Height
);
[C++] Parameters Height [out, retval]
Height is a parameter of type double* Height [in]
Height is a parameter of type double