DataLabelsShowPercentage Property |
Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool ShowPercentage { get; set; }
Public Property ShowPercentage As Boolean
Get
Set
public:
property bool ShowPercentage {
bool get ();
void set (bool value);
}
member ShowPercentage : bool with get, set
Property Value
Type:
Boolean
See Also