DataLabelActualWidth Property |
Specifies actual width of the chart element. Call method IChart.ValidateChartLayout() before to get actual values.
Read
Single.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic float ActualWidth { get; }
Public ReadOnly Property ActualWidth As Single
Get
public:
virtual property float ActualWidth {
float get () sealed;
}
abstract ActualWidth : float32 with get
override ActualWidth : float32 with get
Property Value
Type:
SingleImplements
IActualLayoutActualWidth
See Also