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 |
---|
System.Double |
Dashes
Gets or sets the dashes for the
Declaration
public NSArray Dashes { get; set; }
Property Value
Type |
---|
Foundation.NSArray |
ForwardForecast
Gets or sets the forward forecast for the
Declaration
public double ForwardForecast { get; set; }
Property Value
Type |
---|
System.Double |
Intercept
Gets the intercept value of
Declaration
public double Intercept { get; }
Property Value
Type |
---|
System.Double |
Label
Gets or sets the text for the
Declaration
public string Label { get; set; }
Property Value
Type |
---|
System.String |
LegendIcon
Gets or sets the icon type for the
Declaration
public SFChartLegendIcon LegendIcon { get; set; }
Property Value
Type |
---|
SFChartLegendIcon |
LineColor
Gets or sets the line color for
Declaration
public NSColor LineColor { get; set; }
Property Value
Type |
---|
AppKit.NSColor |
LineWidth
Gets or sets the line width of the
Declaration
public float LineWidth { get; set; }
Property Value
Type |
---|
System.Single |
PolynomialOrder
Gets or sets the Polynomial Order for the polynomial
Declaration
public int PolynomialOrder { get; set; }
Property Value
Type |
---|
System.Int32 |
PolynomialSlopes
Gets the polynomial slopes of
Declaration
public double[] PolynomialSlopes { get; }
Property Value
Type |
---|
System.Double[] |
Slope
Gets the slope of the
Declaration
public double Slope { get; }
Property Value
Type |
---|
System.Double |
Type
Gets or sets the
Declaration
public SFTrendlineType Type { get; set; }
Property Value
Type |
---|
SFTrendlineType |
VisibilityOnLegend
Gets or sets a value indicating whether to display the
Declaration
public bool VisibilityOnLegend { get; set; }
Property Value
Type |
---|
System.Boolean |
Visible
Gets or sets a value indicating whether the
Declaration
public bool Visible { get; set; }
Property Value
Type |
---|
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 |