Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFChartTrendline

    Show / Hide Table of Contents

    Class SFChartTrendline

    Inheritance
    System.Object
    SFChartTrendline
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class SFChartTrendline : Object

    Constructors

    SFChartTrendline()

    Declaration
    public SFChartTrendline()

    Properties

    BackwardForecast

    Gets or sets the backward forecast for the .

    Declaration
    public double BackwardForecast { get; set; }
    Property Value
    Type Description
    System.Double

    Dashes

    Gets or sets the dashes for the .

    Declaration
    public NSArray Dashes { get; set; }
    Property Value
    Type Description
    Foundation.NSArray

    ForwardForecast

    Gets or sets the forward forecast for the .

    Declaration
    public double ForwardForecast { get; set; }
    Property Value
    Type Description
    System.Double

    Intercept

    Gets the intercept value of .

    Declaration
    public double Intercept { get; }
    Property Value
    Type Description
    System.Double

    Label

    Gets or sets the text for the legend label.

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.String

    LegendIcon

    Gets or sets the icon type for the legend.

    Declaration
    public SFChartLegendIcon LegendIcon { get; set; }
    Property Value
    Type Description
    SFChartLegendIcon

    LineColor

    Gets or sets the line color for

    Declaration
    public NSColor LineColor { get; set; }
    Property Value
    Type Description
    AppKit.NSColor

    LineWidth

    Gets or sets the line width of the .

    Declaration
    public float LineWidth { get; set; }
    Property Value
    Type Description
    System.Single

    PolynomialOrder

    Gets or sets the Polynomial Order for the polynomial , it calculate the order based equation.

    Declaration
    public int PolynomialOrder { get; set; }
    Property Value
    Type Description
    System.Int32

    PolynomialSlopes

    Gets the polynomial slopes of .

    Declaration
    public double[] PolynomialSlopes { get; }
    Property Value
    Type Description
    System.Double[]

    Slope

    Gets the slope of the ..

    Declaration
    public double Slope { get; }
    Property Value
    Type Description
    System.Double

    Type

    Gets or sets the types.

    Declaration
    public SFTrendlineType Type { get; set; }
    Property Value
    Type Description
    SFTrendlineType

    VisibilityOnLegend

    Gets or sets a value indicating whether to display the legend or not.

    Declaration
    public bool VisibilityOnLegend { get; set; }
    Property Value
    Type Description
    System.Boolean

    Visible

    Gets or sets a value indicating whether the is visible or not.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    NaturalSpline(List<Double>, List<Double>, out Double[])

    Coefficient Of Natural Spline Segment

    Declaration
    protected void NaturalSpline(List<double> xValues, List<double> yValues, out double[] yCoef)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.Double> xValues
    System.Collections.Generic.List<System.Double> yValues
    System.Double[] yCoef
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved