This document is archived and information here might be outdated. Recommended version. |
Symbol used to draw any unspecified values (may be NULL).
[Visual Basic .NET] Public Property DefaultSymbol As ISymbol
[C#] public ISymbol DefaultSymbol {get; set;}
[C++]
HRESULT get_DefaultSymbol(
ISymbol** pVal
);
[C++]
HRESULT put_DefaultSymbol(
ISymbol* pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type ISymbol** pVal [in]
pVal is a parameter of type ISymbol*