DataLabelsShapeType Property |
Gets or sets shape type of data label.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic DataLabelShapeType ShapeType { get; set; }
Public Property ShapeType As DataLabelShapeType
Get
Set
public:
property DataLabelShapeType ShapeType {
DataLabelShapeType get ();
void set (DataLabelShapeType value);
}
member ShapeType : DataLabelShapeType with get, set
Property Value
Type:
DataLabelShapeType
See Also