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