ComponentOne ChartNavigator for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartSeries Class / IsTrendline Property

In This Topic
    IsTrendline Property (ChartSeries)
    In This Topic
    A value that indicates whether the chart series is trend line series.
    Syntax
    'Declaration
     
    Public Overridable Property IsTrendline As System.Boolean
    public virtual System.bool IsTrendline {get; set;}
    See Also