MindFusion.Wpf Pack Programmer's Guide
ChartSeries.StrokeMiterLimit Property
See Also
 





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

 Syntax

C#  Copy Code

public double StrokeMiterLimit { get; set; }

Visual Basic  Copy Code

Public Property StrokeMiterLimit As Double

 Property Value

A double value. The default is 1.

 See Also

ChartSeries Members
ChartSeries Class
MindFusion.Charting.Wpf Namespace