This document is archived and information here might be outdated. Recommended version. |
The line patch. (Optional. If non-null, this overrides default line patch specified by ILegend.LegendFormat).
[Visual Basic .NET] Public Property LinePatch As ILinePatch
[C#] public ILinePatch LinePatch {get; set;}
[C++]
HRESULT get_LinePatch(
ILinePatch** Shape
);
[C++]
HRESULT put_LinePatch(
ILinePatch* Shape
);
[C++] Parameters Shape [out, retval]
Shape is a parameter of type ILinePatch** Shape [in]
Shape is a parameter of type ILinePatch*