XlsChartFormat
HasWedgeCallout Property
|
Note: This API is now obsolete.
Gets or sets a value indicating whether the wedge callout is present.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("get and set are not implemented")]
public bool HasWedgeCallout { get; set; }
<ObsoleteAttribute("get and set are not implemented")>
Public Property HasWedgeCallout As Boolean
Get
Set
public:
[ObsoleteAttribute(L"get and set are not implemented")]
property bool HasWedgeCallout {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("get and set are not implemented")>]
member HasWedgeCallout : bool with get, set
Return Value
Type:
Boolean
A boolean value indicating the presence of a wedge callout.
Remarks
This property is obsolete and the get and set methods are not implemented.
See Also