MindFusion.Charting for Silverlight 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.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public PenLineJoin StrokeLineJoin { get; set; }

Visual Basic  Copy Code

Public Property StrokeLineJoin As PenLineJoin

 Property Value

An instance of the System.Windows.Media.PenLineJoin enumeration values. Default value is PenLineJoin.Miter.

 See Also

ChartSeries Members
ChartSeries Class
MindFusion.Charting.Silverlight Namespace