IChartGridLine
LineBeginLength Property
|
Gets or sets the arrowhead length at the beginning of a line.
Read/write
LineEndLength
.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
LineEndLength LineBeginLength { get; set; }
Property LineBeginLength As LineEndLength
Get
Set
property LineEndLength LineBeginLength {
LineEndLength get ();
void set (LineEndLength value);
}
abstract LineBeginLength : LineEndLength with get, set
Property Value
Type:
LineEndLength
See Also