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





Gets or sets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of a ChartSeries shape. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public PenLineJoin StrokeLineJoin { get; set; }

Visual Basic  Copy Code

Public Property StrokeLineJoin As PenLineJoin

 Property Value

A member of the WPF PenLineJoin enumeration. The default is Miter.

 See Also

ChartSeries Members
ChartSeries Class
MindFusion.Charting.Wpf Namespace