Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1230
Infragistics.Controls.Charts.TrendLineType enum missing?
posted

 I am trying to specify a TrendLineType for a LineSeries in code, but it seems as if the Infrgistics.Controls.Charts.TrendLineType enum is missing:

Infragistics.Controls.Charts.LineSeries series = new LineSeries();
series.TrendLineType = Infragistics.Controls.Charts.TrendLineType....?

The underlined section of code gives me a "The type or namespace name 'TrendLineType' does not exist in the namespace 'Infragistics.Controls.Charts' (are you missing an assembly reference?)" design-time error.

Am I missing a reference?