IChartGridLine
MiterLimit Property
|
Gets or sets the miter limit of a line.
Read/write
Single
.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
float MiterLimit { get; set; }
Property MiterLimit As Single
Get
Set
property float MiterLimit {
float get ();
void set (float value);
}
abstract MiterLimit : float32 with get, set
Property Value
Type:
Single
See Also