ChartSeries
HasDataLabels Property
|
Gets or sets whether data labels are enabled for the chart series.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool HasDataLabels { get; set; }
Public Property HasDataLabels As Boolean
Get
Set
public:
property bool HasDataLabels {
bool get ();
void set (bool value);
}
member HasDataLabels : bool with get, set
Return Value
Type:
Boolean
True if data labels are enabled, otherwise false.
See Also