ChartDataLabel
DataLabelShapeType Property
|
Gets or sets shape type of data label.
Read/write
DataLabelShapeType
.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public DataLabelShapeType DataLabelShapeType { get; set; }
Public Property DataLabelShapeType As DataLabelShapeType
Get
Set
public:
property DataLabelShapeType DataLabelShapeType {
DataLabelShapeType get ();
void set (DataLabelShapeType value);
}
member DataLabelShapeType : DataLabelShapeType with get, set
Property Value
Type:
DataLabelShapeType
See Also