Back to Devexpress

LineStyle.MiterLimit Property

wpf-devexpress-dot-xpf-dot-charts-dot-linestyle-043a4fc6.md

latest1.1 KB
Original Source

LineStyle.MiterLimit Property

Specifies the limit on the ratio of the miter length to half this line’s LineStyle.Thickness.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public double MiterLimit { get; set; }
vb
Public Property MiterLimit As Double

Property Value

TypeDescription
Double

A Double value that represents the line’s miter limit.

|

See Also

LineStyle Class

LineStyle Members

DevExpress.Xpf.Charts Namespace