Gets or sets whether the line is drawn as a canonical spline.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public bool Curve { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Curve As Boolean |
A boolean value. The default value is false.
See Also