ChartTextArea
IsShowLabelPercent Property
|
Indicates whether to show category label and value as percentage.
Namespace:
Spire.Xls.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsShowLabelPercent { get; set; }
Public Property IsShowLabelPercent As Boolean
Get
Set
public:
property bool IsShowLabelPercent {
bool get ();
void set (bool value);
}
member IsShowLabelPercent : bool with get, set
Property Value
Type:
Boolean
See Also