IChartGridLine
LineEndLength Property
|
Gets or sets the arrowhead length at the end 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 LineEndLength { get; set; }
Property LineEndLength As LineEndLength
Get
Set
property LineEndLength LineEndLength {
LineEndLength get ();
void set (LineEndLength value);
}
abstract LineEndLength : LineEndLength with get, set
Property Value
Type:
LineEndLength
See Also