MindFusion.Wpf Pack Programmer's Guide
ChartElement.StrokeDashCap Property
See Also
 





Gets a PenLineCap enumeration value that specifies how the ends of a dash are drawn.

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

 Syntax

C#  Copy Code

public PenLineCap StrokeDashCap { get; }

Visual Basic  Copy Code

Public ReadOnly Property StrokeDashCap As PenLineCap

 Property Value

A member of the WPF PenLineCap enumeration. The default is Flat.

 See Also

ChartElement Members
ChartElement Class
MindFusion.Charting.Wpf Namespace