TrendlineDataLabels Property |
Represents the DataLabels object for the specified ASeries.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic DataLabels DataLabels { get; }
Public ReadOnly Property DataLabels As DataLabels
Get
public:
property DataLabels^ DataLabels {
DataLabels^ get ();
}
member DataLabels : DataLabels with get
Property Value
Type:
DataLabels
See Also