Click or drag to resize

ChartSource Class

Contains the information necessary to plot a function, including the range of x values, the resolution, and the function itself.
Inheritance Hierarchy
SystemObject
  Austra.LibraryChartSource

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntax
C#
public class ChartSource

The ChartSource type exposes the following members.

Constructors
 NameDescription
Public methodChartSource(Double, Double, FuncDouble, Double)Creates a new ChartSource with a predefined resolution.
Public methodChartSource(Double, Double, Int32, FuncDouble, Double) Contains the information necessary to plot a function, including the range of x values, the resolution, and the function itself.
Top
Properties
 NameDescription
Public propertyFunctionThe function to plot.
Public propertyHighXHigh X bound.
Public propertyLowXLow X bound.
Public propertyResolutionNumber of points to plot.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetSpline Creates a spline interpolation of the function defined by this ChartSource.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also