MindFusion.Charting for Silverlight Programmer's Guide
ChartElement.StrokeStartLineCap Property
See Also
 






Gets a PenLineCap enumeration value that describes the Shape at the start of a line.

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

 Syntax

C#  Copy Code

public PenLineCap StrokeStartLineCap { get; }

Visual Basic  Copy Code

Public ReadOnly Property StrokeStartLineCap As PenLineCap

 Property Value

An instance of the System.Windows.Media.PenLineCap enumeration values. Default value is PenLineCap.Flat.

 See Also

ChartElement Members
ChartElement Class
MindFusion.Charting.Silverlight Namespace