Gets the flag indicating whether to use linear or growth trend.
Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms
SyntaxC#
Copy Code
|
|---|
public bool FillTrend { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FillTrend As Boolean |
true if the Trend checkbox is selected; otherwise, false.
See Also