Click or drag to resize
NChartOLSTrendDetector Class
The NChartOLSTrendDetector class provides methods to create linear trend based on ordinary least squares (OLS).
Inheritance Hierarchy
SystemObject
  NChart3D_UWPNChartOLSTrendDetector

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public sealed class NChartOLSTrendDetector : INChartPointAnalyzer

The NChartOLSTrendDetector type exposes the following members.

Constructors
  NameDescription
Public methodNChartOLSTrendDetector
Initializes a new instance of the NChartOLSTrendDetector class
Top
Properties
  NameDescription
Public propertyStepDimension
Key of the value that should be interpreted as step dimension. Typically it is NChartValue.X (which is the default value), however for bar series it should be NChartValue.Y.
Public propertyValueDimension
Key of the value that should be interpreted as height dimension. Typically it is NChartValue.Y (which is the default value), however for bar series it should be NChartValueX.
Top
Methods
See Also