Click or drag to resize

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; }

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