IChartGridLine
JoinStyle Property
|
Gets or sets the lines join style.
Read/write
LineJoinType
.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
LineJoinType JoinStyle { get; set; }
Property JoinStyle As LineJoinType
Get
Set
property LineJoinType JoinStyle {
LineJoinType get ();
void set (LineJoinType value);
}
abstract JoinStyle : LineJoinType with get, set
Property Value
Type:
LineJoinType
See Also