Gets or sets the method used to plot a TrendLine.
            
        
    Namespace: 
   C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# | 
|---|
[DefaultValueAttribute(PlotLinesMethodEnum.Lines)] public PlotLinesMethodEnum PlotLinesMethod { get; set; }  | 
| Visual Basic | 
|---|
<DefaultValueAttribute(PlotLinesMethodEnum.Lines)> _ Public Property PlotLinesMethod As PlotLinesMethodEnum Get Set  |