Gets or sets the width of the funnel stem.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double StemWidth { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property StemWidth As Double |
A double value specifying the stem width. The default value is 0.
See Also