ChartWallThickness Property |
Returns or sets the walls thickness as a percentage of the largest
dimension of the plot volume.
Read/write
Int32.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic int Thickness { get; set; }
Public Property Thickness As Integer
Get
Set
public:
virtual property int Thickness {
int get () sealed;
void set (int value) sealed;
}
abstract Thickness : int with get, set
override Thickness : int with get, set
Property Value
Type:
Int32Implements
IChartWallThickness
See Also