ChartShadow
Angle Property
|
Gets or sets the angle of Shadow.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Angle { get; set; }
Public Property Angle As Integer
Get
Set
public:
virtual property int Angle {
int get () sealed;
void set (int value) sealed;
}
abstract Angle : int with get, set
override Angle : int with get, set
Property Value
Type:
Int32
The angle.
Implements
IShadow
Angle
See Also