'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the display mode of the trendline")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property TrendLineMode As TrendLineMode
'Usage
Dim instance As NLineStudy Dim value As TrendLineMode instance.TrendLineMode = value value = instance.TrendLineMode
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the display mode of the trendline")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public TrendLineMode TrendLineMode {get; set;}