Gets or sets a limit on the ratio of the miter length to half the StrokeThickness of a ChartSeries shape element. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double StrokeMiterLimit { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property StrokeMiterLimit As Double |
A double value. The default is 1.
See Also