ComponentOne Chart for .NET (2.0) Search HelpCentral 

YFunction Members

YFunction overview

Public Constructors

YFunction Constructor

Initializes a new instance of the YFunction class.

Public Properties

AutoMax

Gets or sets whether the maximum X value is calculated automatically.

AutoMin

Gets or sets whether the minimum X value is calculated automatically.

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).

CodeText

Gets or sets the function code.

CodeType (inherited from FunctionBase)

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

CodeValid (inherited from FunctionBase)

Gets whether the function compiles correctly.

CustomFunction

Gets or sets a user-defined custom function object.

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.

MaxX

Gets or sets the maximum X value of the plotted function.

MinX

Gets or sets the minimum X value of the plotted 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

GetY

Calculates the value of the function at specified X value.

Public Events

CalculateY

Fires whenever the function value is calculated.

See Also

YFunction Class | C1.Win.C1Chart Namespace


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