Contains options of the regression model.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class RegressionOptions
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class RegressionOptions

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart..::..RegressionOptions

See Also