WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Trendline - WPF API Reference | Syncfusion Trendline class is used to render the trendlines for CartesianSeries to show the direction of price. ">

    Show / Hide Table of Contents

    Class Trendline

    The Trendline class is used to render the trendlines for CartesianSeries to show the direction of price.

    Inheritance
    System.Object
    TrendlineBase
    Trendline
    Inherited Members
    TrendlineBase.IsTrendlineVisibleProperty
    TrendlineBase.VisibilityOnLegendProperty
    TrendlineBase.LegendIconTemplateProperty
    TrendlineBase.LegendIconProperty
    TrendlineBase.LabelProperty
    TrendlineBase.TypeProperty
    TrendlineBase.StrokeProperty
    TrendlineBase.StrokeThicknessProperty
    TrendlineBase.StrokeDashArrayProperty
    TrendlineBase.ForwardForecastProperty
    TrendlineBase.BackwardForecastProperty
    TrendlineBase.PolynomialOrderProperty
    TrendlineBase.OnApplyTemplate()
    TrendlineBase.CloneTrendline(DependencyObject)
    TrendlineBase.Clone()
    TrendlineBase.NaturalSpline(List<Double>, List<Double>, Double[])
    TrendlineBase.GetBezierControlPoints(ChartPoint, ChartPoint, Double, Double, ChartPoint, ChartPoint)
    TrendlineBase.Slope
    TrendlineBase.Intercept
    TrendlineBase.PolynomialSlopes
    TrendlineBase.IsTrendlineVisible
    TrendlineBase.VisibilityOnLegend
    TrendlineBase.LegendIconTemplate
    TrendlineBase.LegendIcon
    TrendlineBase.Label
    TrendlineBase.Type
    TrendlineBase.Stroke
    TrendlineBase.StrokeThickness
    TrendlineBase.StrokeDashArray
    TrendlineBase.ForwardForecast
    TrendlineBase.BackwardForecast
    TrendlineBase.PolynomialOrder
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class Trendline : TrendlineBase
    Remarks

    Trendline is applicable for only non-empty sets of corresponding CartesianSeries.

    Constructors

    Trendline()

    Declaration
    public Trendline()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved