XlsChartDataLabels
HasWedgeCallout Property
|
Determines whether the object has a wedge callout.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasWedgeCallout { get; set; }
Public Property HasWedgeCallout As Boolean
Get
Set
public:
property bool HasWedgeCallout {
bool get ();
void set (bool value);
}
member HasWedgeCallout : bool with get, set
Property Value
Type:
Boolean
See Also