ChartDataLabel Constructor
|
Creates a new instance of DataLabel class.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public ChartDataLabel(
ChartSeriesDataFormat parent
)
Public Sub New (
parent As ChartSeriesDataFormat
)
public:
ChartDataLabel(
ChartSeriesDataFormat^ parent
)
new :
parent : ChartSeriesDataFormat -> ChartDataLabel
Parameters
-
parent
-
Type:
Spire.Presentation.Charts
ChartSeriesDataFormat
Parent series.
See Also