Gets a value that specifies the distance within the dash pattern where a dash begins.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double StrokeDashOffset { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property StrokeDashOffset As Double |
A double value. The default is 0.
See Also