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