MindFusion.Silverlight Package Programmer's Guide
ChartElement.StrokeLineJoin Property
See Also
 





Gets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of a Shape.

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

 Syntax

C#  Copy Code

public PenLineJoin StrokeLineJoin { get; }

Visual Basic  Copy Code

Public ReadOnly Property StrokeLineJoin As PenLineJoin

 Property Value

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

 See Also

ChartElement Members
ChartElement Class
MindFusion.Charting.Silverlight Namespace