ComponentOne Chart for .NET (2.0) Search HelpCentral 

ParametricFunction Members

ParametricFunction overview

Public Constructors

ParametricFunction Constructor

Initializes a new instance of the ParametricFunction class.

Public Properties

CodeErrors (inherited from FunctionBase)

Gets the string descriptions of any compiler errors.

CodeLanguage (inherited from FunctionBase)

Gets or sets the programming language used for compiling (C# or VB).

CodeLinesX

Gets or sets the multi-line presentation of the function code for the x value calculation.

CodeLinesY

Gets or sets the multi-line presentation of the function code for the y value calculation.

CodeTextX

Gets or sets the function code for the x value calculation.

CodeTextY

Gets or sets the function code for the y value calculation.

CodeType (inherited from FunctionBase)

Gets or sets whether the code will be compiled as formula, a method or as full compile unit.

CustomFunctionX

Gets or sets a custom function object for the x value calculation.

CustomFunctionY

Gets or sets the custom function object for the y value calculation.

Label (inherited from FunctionBase)

Gets or sets the label of the function.

LegendEntry (inherited from FunctionBase)

Gets or sets whether the function will be shown in legend.

LineStyle (inherited from FunctionBase)

Gets or sets the line style used for plotting the function.

MaxT

Gets or sets the maximum parameter value when plotting the function.

MinT

Gets or sets the minimum parameter value when plotting the function.

PlotLinesMethod (inherited from FunctionBase)

Gets or sets the method used for plotting the function.

PlotNumPoints (inherited from FunctionBase)

Gets or sets the number of points used when plotting the function.

PlotOverData (inherited from FunctionBase)

Gets or sets whether the function is plotted over or behind data series plots.

Visible (inherited from FunctionBase)

Gets or sets whether the function plot is visible.

Public Methods

GetX

Calculates the x value of function at specified parameter t.

GetY

Calculates the y value of function at specified parameter t.

Public Events

CalculateX

Fires when the x value is calculated.

CalculateY

Fires when the y value is calculated.

See Also

ParametricFunction Class | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.