graph.dll
Classes:
Functions:
#module root.graph.graphic.windows
The DateGraphWnd class provides the support of the calendar time graphs
Methods:
This constructor is designed for graph window creating
#module root.graph.graphic
The DateGraphic class extends the capabilities of the Graphic class
with drawing the calendar time on the X axis
Methods:
param Curve;
Adds a curve to a graph
Curve - curve,
the curve drawing color - black.
param Curve, Color;
Adds a curve to a graph
Curve - curve,
the curve drawing color - Color.
The default constructor
param index;
Finds the X axis scale by the curve specified via the index parameter.
Finds the X axis scale by all the curves in a graph.
param x;
The function receives the point coordinates on the abscissa axis
in the abscissa axis values as parameters.
Returns a vector. Each element of this vector represents a vector
which consists of N + 1 elements that contain text representation
of X and Y1, ... YN values in the current graph point.
#module root.graph.graphic
The Field class is the base class for the Graphic and Subscript
classes. It includes fields and methods concerned with positioning and
color of the information which is screened in a window.
Methods:
Draws a field (abstract method)
Reads an object from a file.
Returns region height
Returns a rectangle (an object of the RECT class) which contains a
region.
Returns a rectangle (an object of the RECT class) which contains a
region in relative unit.
Returns region width
param x, y;
Returns TRUE if a point with the window coordinates determined by the
(x,y) parameters belongs to a region. Otherwise - FALSE.
#rus Инициирует пересчет абсолютного размера
Writes an object to a file.
Sets background color.
Sets background color.
Sets background color.
Sets pen color.
Sets pen color.
Sets pen color.
param left, top, right, bottom;
Sets a field in a window for drawing.
The left, top, right, bottom parameters determines the field position
in the parts of the window size.
#module root.mathematic.utils
The GimDir class analyses a folder for Gim Binary files presence.
Class fields
FileName; - the list of file names
FileDate; - the list of file creation dates
FileTime; - the list of creation time of files
FileComment; - file comments
FileSweeps; - sweeps stored in a file
Methods:
Returns the obtained information in the form of list.
param DirName;
This constructor creates an object of the class and initiates fields
for the folder specified via the DirName parameter.
param DirName, FileMask;
This constructor creates an object of the class and initiates fields
for the folder specified via the DirName parameter by reading files
using the mask specified via the FileMask parameter.
This constructor creates an object of the class and initiates fields
from the current folder.
param FileName;
Writes the obtained information to the file specified via the FileName
parameter.
#module root.mathematic.utils
The GimFile class extends the GimFileIO class adding the possibility to
enter incomplete file names (names with masks - '?' and '*')
Methods:
param Curve;
Prints the curve specified via the Curve parameter in a text form.
Reads a Gim file. If the file name contains metacharacters such as '?'
or '*' then the dialog for selecting a file to read is invoked.
Returns an object of the GimCurve class.
Reads a Gim file with invoking the dialog for selecting a file to read.
Returns an object of the GimCurve class.
Reads a Gim file with invoking the dialog for selecting a folder,
preparing the list of Gim files in this folder and invoking the dialog
for selecting a file from this list.
Returns an object of the GimCurve class.
Reads a Gim file with invoking the dialog for selecting a file to write.
Writes a Gim file. If the file name contains metacharacters such as
'?' or '*' then the dialog for selecting a file to write is invoked.
Writes a text file. If the file name contains metacharacters such as
'?' or '*' then the dialog for selecting a file to write is invoked.
It is assumed that the X axis contains Julian dates that is the number
of days since the World creation.
Writes a text file. If the file name contains metacharacters such as
'?' or '*' then the dialog for selecting a file to write is invoked.
#module root.graph.graphic
The GimGraphic class supports the "two-sweep oscillograph" mode in addition
to the Graphic class capabilities.
Sweeps - two-sweep indicator
FirstSweep - the first sweep duration
SecondSweep - the second sweep duration
Methods:
The function receives the point coordinates on the graph abscissa axis
in the abscissa axis scale units as parameters.
Returns the value in window coordinates.
param x;
The function receives the point coordinates on the graph
abscissa axis (in window coordinates) as parameters.
Returns the value of the x parameter in the abscissa axis scale units.
Finds scale by all axes, by all curves in a graph.
param index;
Finds scale by axes, by the curve specified via the index parameter.
This constructor reads from a file
Copying constructor
Default constructor
Resets the two-sweep mode.
Writes an object to a file
Sets two sweeps for drawing a graph in the
"Oscillograph with two sweeps" style.
Parameters - duration of sweeps in milliseconds.
#module root.graph.graphic
The Graphic class draws curves that are memorized with the help of the
AddCurve methods.
The DrawAxe_X and DrawAxe_Y, DrawAxe_Y fields specify whether
the appropriate axis are drawn.
The Curves field contains a vector of functions drawn within a
graph.
Methods:
- AddCurve(refer object TFunc, ...)
- AddCurve(refer object TFunc, object ColorRef, ...)
- AssocCurveWAxe(boolean, int)
- AssocCurveWAxe(boolean, object Vector)
- ConvertAxeToScreen(number)
- ConvertScreenToAxe(number)
- ConvertScreenToAxeY(number)
- ConvertToCurve(int, boolean)
- ConvertToHistogram(int, int, boolean)
- DeleteCurve(int)
- DeleteCurves(void)
- Draw(refer object MDC)
- FindScale(void)
- FindScaleByCurve(int)
- FindScaleByX(int)
- FindScaleByX(void)
- FindScaleByY(int)
- FindScaleByY(void)
- FindScaleByY2(int)
- FindScaleByY2(void)
- GetBottomOffset(refer object MDC)
- GetColors(void)
- GetCursor(void)
- GetCurvList(void)
- GetCurve(int)
- GetCurveColor(int)
- GetData(number)
- GetDrawErrorBar(int)
- GetLeftOffset(refer object MDC)
- GetMarker(int)
- GetNumbCurves(void)
- GetTextData(number)
- GetX(number)
- GetY(number)
- Graphic(refer object File)
- Graphic(void)
- MapTo(number, number, refer object MDC)
- Normalize(boolean)
- Normalize(void)
- NormalizeBy(float)
- ReCalibrateCurves(void)
- RemoveCurve(int)
- ResetCursor(refer object MDC)
- RightAxeEnable(boolean)
- Save(refer object File)
- SetAxeColor(int, int, int)
- SetAxeColor(refer object FGColor)
- SetCursor(refer object MDC, int)
- SetCursor(refer object MDC, refer object Vector)
- SetCurveColor(int, refer object ColorRef)
- SetDrawErrorBar(int, boolean)
- SetFont(object String)
- SetLine(int, int, int)
- SetMarker(int, int, int, ...)
- SetScale(number, number, number, number)
- SetScale(number, number, number, number, number, number)
- SetXAxesTypeLg(void)
- SetXAxesTypeLine(void)
- SetXMinorTicks(boolean, object Vector)
- SetXName(object String)
- SetXValue(int)
- SetXValues(refer object Vector)
- SetY2AxesTypeLg(void)
- SetY2AxesTypeLine(void)
- SetY2MinorTicks(boolean, object Vector)
- SetY2Name(object String)
- SetY2Values(refer object Vector)
- SetYAxesTypeLg(void)
- SetYAxesTypeLine(void)
- SetYMinorTicks(boolean, object Vector)
- SetYName(object String)
- SetYValues(refer object Vector)
- ShiftCursor(int)
- ShowScaleGrid(boolean)
- [](int)
- _GetTextData(number)
param Curve;
Adds a curve to a graph.
Curve - curve,
curve drawing color is black.
param Curve, Color;
Adds a curve to a graph.
Curve - curve,
Color - curve drawing color.
param RightAxe, index;
Associates the curve specified via the index parameter with the right
(RightAxe == TRUE) or left (RightAxe == FALSE) axis.
param RightAxe, indeces;
Associates the set of curves specified via the indeces parameter with
the right (RightAxe == TRUE) or left (RightAxe == FALSE) axis.
param x;
The function receives the point coordinates on the abscissa axis
in the abscissa axis scale units as parameters.
Returns the value in window coordinates.
param x;
The function receives the point coordinates on the abscissa axis
(in window coordinates) as parameters.
Returns the value of the x parameter in the abscissa axis scale units.
param x;
#rus В качестве параметров, функция получает координаты
#rus точки на оси абсцисс графика (в оконных координатах).
#rus Возвращает значение x в единицах шкалы оси абсцис.
param CurveIndex;
#rus Превращает гистограмму в кривую гистограмму.
param CurveIndex, HistogramType;
#rus Превращает кривую в гистограмму.
param index;
Deletes the curve with the index specified via the index parameter.
#rus Удаляет все кривые.
param left, top, right, bottom, Mdc;
Draws a graph in the rectangle specified via the left, top, right,
bottom parameters of the device specified via the Mdc parameter.
Finds the axes scale by all the curves in a graph.
param index;
Finds the axes scale by the curve specified via the index parameter.
param index;
Finds the X axis scale by the curve specified via the index parameter.
Finds the X axis scale by all the curves in a graph.
param CurveIndex;
Finds the Y axis scale by the curve specified via the CurveIndex parameter.
Finds the Y axis scale by all the curves in a graph.
param CurveIndex;
Finds the Y2 axis scale by the curve specified via the CurveIndex parameter.
Finds the Y2 axis scale by all the curves in a graph.
#rus Возвращает положение горизотальной оси от нижней
#rus границы области рисования
Returns a vector of curve colors.
Returns the cursor position on screen.
Gets the list of curves (according to Comment).
param index;
Returns a reference to the curve with the index specified via the
index parameter.
The curve is an object of the TFunc class or its descendant.
param index;
Returns an object of the ColorRef class that represents the color of
the curve with the index specified via the index parameter.
param x;
The function receives the point coordinates on the abscissa axis
(in window coordinates) as parameters.
Returns a vector, the number of elements in this vector is equal to
the number of curves on a graph. Each element represents a two-element
vector which contains X and Y values for the current curve in the
current graph point.
param index;
#rus Возвращает смещение левой оси от левой
#rus границы области рисования
param index;
Returns the marker selected for drawing the curve whose index is
specified via the index parameter.
The returned value is a vector <<MarkerName, Size>>
where - MarkerName determines marker type
Available values of the MarkerName parameter are
- Size determines marker size.
Returns the number o curves in a graph
param x;
The function receives the point coordinates on the abscissa axis
(in window coordinates) as parameters.
Returns a vector. Each element of this vector represents a vector
which consists of N + 1 elements that contain text representation
of X and Y1, ... YN values in the current graph point.
param x;
#rus В качестве параметра, функция получает координату
#rus точки на оси абсцисс графика (в оконных координатах).
#rus Возвращает значение X для данной точки графика.
param x;
#rus В качестве параметра, функция получает координату
#rus точки на оси абсцисс графика (в оконных координатах).
#rus Возвращает значение Y для данной точки графика.
This constructor reads from a file.
The default constructor.
Ses the graph size within the drawing device (window)
Normalizes all the curves attached to the left axis (LeftAxe == TRUE)
or right axis (LeftAxe == FALSE) of a graph to maximum
Normalizes all the graph curves to maximum
#rus Нормирует все кривые графика на значение в точке x.
Recounts the curve drawing points.
Removes the curve whose index is equal to index from a graph
param Mdc;
Cancels drawing of cursors and erases them if they were drawn.
param RightAxeEna;
Enables/disables right axis.
Writes an object to a file
Sets axis colors
Sets axis colors
param Mdc, x;
Sets a cursor on a graph to the position specified via the x parameter
(the x value is given in the window coordinates).
It immediately redraws the new cursor position in the Mdc.
param Mdc, X_Array;
Sets cursors on a graph to the positions enumerated in the array
specified via the X_Array parameter
(coordinate values are given in the window coordinates).
It immediately erases old and redraws new cursors in the Mdc.
param CurveIndex, Color;
Sets the color of the curve specified via the CurveIndex parameter equal
to the color specified via the Color parameter.
param index, flg;
param FontName, Attr;
#rus Устанавливает фонт FontName с атрибутом Attr для подписи.
param Width, Attr, index;
Sets a line for drawing according to the points of the curve specified
via the index parameter.
Parameters:
Width - line width
Attr - line attribute from the FG_ group constants
index - curve index
Returns TRUE if succeed, otherwise - FALSE.
param MarkerName, Size, index;
Sets a marker for drawing via the points of the curve whose index is
specified via the index parameter.
Parameters:
MarkerName determines marker type
Available values of the MarkerName parameter are
defined by the GCM_ group constants
Size - marker size
index - curve index
Returns TRUE if succeed, otherwise - FALSE.
param minX, maxX, minY, maxY;
Sets the axes scale.
param minX, maxX, minY, maxY, minY2, maxY2;
Sets the axes scale.
Sets the logarithmic scale by the X axis.
Sets the linear scale by the X axis.
param param On, TickDens;
Enables and sets marking frequency between the numeric marks on the X axis.
If the On parameter == TRUE && TickDens->Len() then the marking is
automatic.
#rus Устанавливает имя оси X
param x;
Sets the drawing value to the position specified via the x parameter
(the x value is given in the window coordinates).
param X_Values;
Sets the X values for which the inscriptions on the X axis are drawn.
Sets the logarithmic scale by the right Y2 axis.
Sets the linear scale by the right Y2 axis.
param param On, TickDens;
Enables and sets marking frequency between the numeric marks on the Y2 axis.
If the On parameter == TRUE && TickDens->Len() then the marking is
automatic.
#rus Устанавливает имя второй оси Y
param Y2_Values;
Sets the Y values for which the inscriptions on the Y2 axis are drawn.
Sets the logarithmic scale by the Y axis.
Sets the linear scale by the Y axis.
param param On, TickDens;
Enables and sets marking frequency between the numeric marks on the Y axis.
If the On parameter == TRUE && TickDens->Len() then the marking is
automatic.
#rus Устанавливает имя первой оси Y
param Y_Values;
Sets the Y values for which the inscriptions on the Y axis are drawn.
Shifts a cursor on the number of points specified via the Shift
parameter and returns the cursor position on screen.
#rus Включает/выключает отрисовку шкал на графике
param CurveIndex;
Returns a reference to the curve specified via the CurveIndex parameter.
param x;
The function receives the point coordinates on the abscissa axis
in the abscissa axis values as parameters.
Returns a vector. Each element of this vector represents a vector
which consists of N + 1 elements that contain text representation
of X and Y1, ... YN values in the current graph point.
#module root.graph.graphic.windows
The GraphicWnd class is designed for the graph output window
maintenance.
LButtonStatus; // Left mouse button status
CursorStatus; // Graphic cursor activating status
ClientSize; // Client window region size
Graph; // Vector of graphs
Text; // Vector of texts
Mdc; // The graphic device context
BGColor; // Background color
FGColor; // Axes color
DataWnd; // Window for the graphic cursor
information output
ItemResize; // Index of the element whose size is
changed
Boundary; // Attribute of the region boundary
which is moved
IsItemMoved; // Attribute that indicates that an
element was moved
pField; // Pointer to a field whose size is
changed
Minimized; // Attribute that indicates that the
window is minimized
ResizeRect; // "elastic" rectangle
oldX; // Previous X coordinate of a mouse
pointer when moving a region
oldY; // Previous Y coordinate of a mouse
pointer when moving a region
Orient; // Orientation
Current; // Current graph
Calculator; // Calculator window
GimDir; // Window of a curve selection
WebBrowser; // Connection object for a browser
Methods:
- AddCurve(refer object TFunc, ...)
- AddCurve(refer object TFunc, int, ...)
- AddCurve(refer object TFunc, refer object ColorRef, ...)
- AddCurve(refer object TFunc, refer object ColorRef, int, ...)
- AddGraphic(refer object Graphic)
- AddGraphic(refer object Graphic, number, number, number, number)
- AddGraphic(void)
- AddText(number, number, number, number, object String)
- AddText(number, number, number, number, object String, object String, number)
- AddText(object String)
- AddTextArrow(number)
- Clear(void)
- CursorOnOff(void)
- DeleteCurve(int, int)
- DeleteCurves(int)
- DiffCurveSet(refer object Vector, refer int, refer number)
- FindScale(void)
- GetCurve(int, int)
- GetMainMenu(void)
- GetNumbGraph(void)
- GraphicWnd(refer object GWnd)
- GraphicWnd(void)
- LoadCurve(object String)
- LoadCurve(object String, int, refer ...)
- LoadWnd(object String)
- OnBlindFindSpectrGauss(...)
- OnBlindGlobalExpDecomp(...)
- OnBlindGlobalFindSpectrGauss(...)
- OnConvertNM2InvCM(int, int)
- OnExpX(int, int)
- OnFindSpectr(...)
- OnFindSpectrGauss(...)
- OnGlobalFindSpectr(...)
- OnGlobalFindSpectrGauss(...)
- OnInverseX(int, int)
- OnLogX(int, int)
- OnNormalizeBy(...)
- OnScaleX(int, int)
- PopupMenuTuning(refer object GMenu)
- Print(int)
- PrintIt(void)
- ReDraw(void)
- Save(void)
- SaveBmp(refer object String)
- SaveGIF(refer object String)
- SaveMetafile(refer object String)
- SaveWnd(object String)
- SetAxisFontSize(int, number)
- SetBackground(refer object ColorRef)
- SetComment(refer object Curve, refer object TFunc, refer object String)
- SetCurveColor(int, int, refer object ColorRef)
- SetForeground(refer object ColorRef)
- SetOrient(int)
- ShowDistrResult(object TFunc, refer object HistogramExpDecompose, int)
- ShowDistrResult(object TFunc, refer object HistogramFreeFormDecomp, int)
- ShowDistrResult(object TFunc, refer object HistogramGaussDecompose, int)
- ShowDistrResult(object TFunc, refer object HistogramRadialGaussDecompose, int)
- ShowExpMEMResult(refer object TFunc, object Vector, refer object ExpMEM)
- ShowExpMEMResultEx(refer object TFunc, object Vector, refer object ExpMEMEx)
- ShowExpResult(object TFunc, refer object ExpSingle, int)
- ShowExpResult(object Vector, refer object ExpGlobal, object Vector)
- ShowMichaelsResult(object TFunc, refer object MichaelsDecompSingle, int, number, number)
- ShowMichaelsResult(refer object Vector, refer object MichaelsDecompGlobal, object Vector, number, number)
- ShowScaleGrid(boolean)
- ShowScatteringResult(object TFunc, refer object LightScattering, int)
- ShowSpectrResult(object TFunc, refer object GaussDecompose, int)
- ShowSpectrResult(object TFunc, refer object LogNormalDecompose, int)
- ShowSpectrResult(refer object Vector, refer object GlobGaussDecompose, object Vector)
- ShowSpectrResult(refer object Vector, refer object GlobLogNormalDecompose, object Vector)
- ShowStretchExpResult(object TFunc, refer object StretchExpSingle, int)
- ShowStretchExpResult(object Vector, refer object StretchExpGlobal, object Vector)
- UpdateMenu(void)
- [](int)
param Curve;
Adds the curve specified via the Curve parameter with black color to
the zero graph.
param Curve, GraphIndex;
Adds the curve specified via the Curve parameter with black color to
the graph specified via the GraphIndex parameter.
param Curve, Color;
Adds the curve specified via the Curve parameter whose color is
determined via the Color parameter to the zero graph.
param Curve, Color, GraphIndex;
Adds the curve specified via the Curve parameter whose color is
determined via the Color parameter to the graph specified via the
GraphIndex parameter.
Adds a graph to the list of graphs.
Adds a graph to the list of graphs.
The left, top, right, bottom parameters determines its position within
a window in window size parts
#rus Добавляет еще один график стандартного (для данного окна) типа
#rus и равномерно располагает графики на экране.
param left, top, right, bottom, Text;
Adds a text to the list of texts.
The left, top, right, bottom parameters determines its position within
a window in window size parts
param left, top, right, bottom, Text, FontName, FontType;
Adds a text to the list of texts.
The left, top, right, bottom parameters determines its position within
a window in window size parts ,
FontName - font name,
FontType - font type from the list of the FT_... constants
param Text;
Adds a text to the list of texts.
param ArrowType;
Adds a text arrow to the text list.
ArrowType = AR_LEFT, AR_UP, AR_RIGHT, AR_DOWN
Destroys all the graphs in a window
This function enables/disables a graph cursor
param GraphIndex, CurveIdex;
Deletes the curve specified via the CurveIdex parameter from the graph
specified via the GraphIndex parameter.
#rus Удаляет все кривые из графика GraphIndex.
param curves;
#rus Возвращает набор производных N-го порядка кривых curves.
#rus Порядок дифференцирования и параметры регуляризации
#rus интерактивно запрашиваются у пользователя.
#rus Находит маштаб во всех графиках окна.
param GraphIndex, CurveIdex;
Returns the curve specified via the CurveIdex parameter from the graph
specified via the GraphIndex parameter.
#rus Возвращает меню, которым манипулирует окно.
#rus Возвращает количество графиков в окне
Constructor for graph window creating
Constructor for graph window creating
param FileName;
Reads a curve using the black color from the file specified via the
FileName parameter to the zero graph.
param Name, index, [color];
Reads a curve using the black color from the file specified via the
Name parameter to the graph specified via the index parameter.
param FileName;
Reads a window from the file specified via the FileName parameter.
#rus Нормирует все кривые графика на значение в точке.
#rus Функция для манипуляции всплывающим меню в классе наследнике.
#rus В качестве параметра передается ссылка на всплывающее меню.
param Orientation;
Prints a window on a printer.
The available values of the parameter include:
PR_DEFAULT - Orientation is specified by the Print Manager
settings
PR_PORTRAIT - Vertical orientation.
PR_LANDSCAPE - Horizontal orientation.
Prints a window on a printer.
Force window to redraw
Writes an image to a file. Opens the file selection dialog.
Write method is specified according to the file name extension:
gif - GIF file
bmp - Windows bitmap
wmf - Windows Metafile
Writes an image to a file using the "Windows bitmap" format.
The input parameter is the file name for writing.
#rus Записывает изображение в файл в формате
#rus "Windows bitmap". Входной параметр - имя файла для
#rus записи.
Writes an image to a file using the "Windows Metafile" format.
The input parameter is the file name for writing.
param FileName;
Writes a window to the file specified via the FileName parameter.
param index, Size;
#rus Устанавливает размер фонта подписи у графика index.
#rus Размер подписи Size дается в долях от размера графика
#rus и должен находиться в интервале [0.01, 0.5]
Sets background color
param GraphIndex, CurveIndex, Color;
Changes the color of the curve specified via the CurveIndex parameter
in the graph specified via the GraphIndex parameter to the color
specified via the Color parameter.
Sets axes color
Sets the printer orientation.
Available values of the passed parameter include:
PR_PORTRAIT
PR_LANDSCAPE
param ShowGrid;
#rus Делает видимым/невидимым масштабную сетку в зависимости
#rus от значения флага ShowGrid;
Updates menu item states.
param GraphIndex;
Returns a reference to the graph specified via the GraphIndex
parameter.
#module root.graph.graphic.windows
The MoneyGraphWnd provides the support of "money" graphs from the
calendar time
Methods:
param rus;
This constructor is designed for creating graph window
with specified representation of sum of money
This constructor is designed for creating graph window
with "Russian" representation of sum of money
param rus;
Enables/disables "Russian" representation of sum of money
#module root.graph.graphic
The MoneyGraphic class extends the capabilities of the Graphic class
with drawing money on the Y axis
Methods:
The default constructor
This constructor reads from a file
Writes an object to a file
param x;
The function receives the point coordinates on the abscissa axis
in the abscissa axis values as parameters.
Returns a vector. Each element of this vector represents a vector
which consists of N + 1 elements that contain text representation
of X and Y1, ... YN values in the current graph point.
#module root.graph.graphic
The Subscript class is a graph inscription
Methods:
Returns the inscription text
Returns the vector of the applied font description:
<<FontName, FontSize, FontAttribute>>
param file;
#rus Создает подпись по данным, сохраненным в файле методом
Save для версии 2
Sets the text size within the drawing device (window)
Writes an object to a file
param Color;
#rus Устанавливает цвет подписи
param FontName, Attr;
Sets the font specified via the FontName parameter with the attribute
specified via the Attr parameter for an inscription.
param left, top, right, bottom, Text;
Creates an inscription with measurement specified via the left, top,
right, bottom parameters and text specified via the Text parameter.
param Text;
Creates an inscription with text specified via the Text parameter.
Its size is set by "default" values
param file;
Creates an inscription according to data saved in a file by the Save
method.
#module root.graph.graphic.windows
The TextGraphWnd class provides the support of graph with strings on
the X axis.
Methods:
This constructor is designed for graph window creating
#module root.graph.graphic
The TextGraphic class extends the capabilities of the Graphic class
with drawing the calendar time on the X axis
Methods:
param Curve;
Adds a curve to a graph
Curve - curve,
the curve drawing color - black.
param Curve, Color;
Adds a curve to a graph
Curve - curve,
the curve drawing color - Color.
#rus Возвращает положение горизотальной оси
The default constructor
param x;
The function receives the point coordinates on the abscissa axis
in the abscissa axis values as parameters.
Returns a vector. Each element of this vector represents a vector
which consists of N + 1 elements that contain text representation
of X and Y1, ... YN values in the current graph point.
#module root.graph.graphic.windows
#rus Класс TimeGraphWnd обеспечивает поддержку графиков
#rus с разметкой времени
Methods:
#rus Конструктор для создания окна-графика
#module root.graph.graphic
#rus Класс TimeGraphic расширяет возможности
#rus класса Graphic рисованием по оси X времени
#rus в форме hh:mm:ss.ff ( ff - сотые доли )
Methods:
param Mdc;
#rus Рисует график в устройство Mdc.
#rus Конструктор
param x;
#rus В качестве параметров, функция получает координаты
#rus точки на оси абсцисс графика в значениях оси абсцисс.
#rus Возвращает вектор, каждый элемент которого представляет
#rus собой вектор из N + 1 элементов, содержащих текстовое
#rus представление значений X и Y1, ... YN в данной
#rus точке графика.
Reads a Gim file with invoking the dialog for selecting a file to read.
Returns an object of the GimCurve class.
Reads a Gim file with invoking the dialog for selecting a folder,
preparing the list of Gim files in this folder and invoking the dialog
for selecting a file from this list.
Returns an object of the GimCurve class.
- [], method of class Graphic
- [], method of class GraphicWnd
- _GetTextData, method of class DateGraphic
- _GetTextData, method of class Graphic
- _GetTextData, method of class MoneyGraphic
- _GetTextData, method of class TextGraphic
- _GetTextData, method of class TimeGraphic
- AddCurve, method of class DateGraphic
- AddCurve, method of class Graphic
- AddCurve, method of class GraphicWnd
- AddCurve, method of class TextGraphic
- AddGraphic, method of class GraphicWnd
- AddText, method of class GraphicWnd
- AddTextArrow, method of class GraphicWnd
- AssocCurveWAxe, method of class Graphic
- Clear, method of class GraphicWnd
- Comment, method of class Subscript
- ConvertAxeToScreen, method of class GimGraphic
- ConvertAxeToScreen, method of class Graphic
- ConvertScreenToAxe, method of class GimGraphic
- ConvertScreenToAxe, method of class Graphic
- ConvertScreenToAxeY, method of class Graphic
- ConvertToCurve, method of class Graphic
- ConvertToHistogram, method of class Graphic
- CursorOnOff, method of class GraphicWnd
- DateGraphic, class
- DateGraphic, method of class DateGraphic
- DateGraphWnd, class
- DateGraphWnd, method of class DateGraphWnd
- DeleteCurve, method of class Graphic
- DeleteCurve, method of class GraphicWnd
- DeleteCurves, method of class Graphic
- DeleteCurves, method of class GraphicWnd
- DiffCurveSet, method of class GraphicWnd
- Draw, method of class Field
- Draw, method of class Graphic
- Draw, method of class TimeGraphic
- Field, class
- Field, method of class Field
- FindScale, method of class GimGraphic
- FindScale, method of class Graphic
- FindScale, method of class GraphicWnd
- FindScaleByCurve, method of class GimGraphic
- FindScaleByCurve, method of class Graphic
- FindScaleByX, method of class DateGraphic
- FindScaleByX, method of class Graphic
- FindScaleByY, method of class Graphic
- FindScaleByY2, method of class Graphic
- GetBottomOffset, method of class Graphic
- GetBottomOffset, method of class TextGraphic
- GetColors, method of class Graphic
- GetCursor, method of class Graphic
- GetCurve, method of class Graphic
- GetCurve, method of class GraphicWnd
- GetCurveColor, method of class Graphic
- GetCurvList, method of class Graphic
- GetData, method of class Graphic
- GetDrawErrorBar, method of class Graphic
- GetFont, method of class Subscript
- GetHeight, method of class Field
- GetLeftOffset, method of class Graphic
- GetList, method of class GimDir
- GetMainMenu, method of class GraphicWnd
- GetMarker, method of class Graphic
- GetNumbCurves, method of class Graphic
- GetNumbGraph, method of class GraphicWnd
- GetRect, method of class Field
- GetRelativeRect, method of class Field
- GetTextData, method of class Graphic
- GetWidth, method of class Field
- GetX, method of class Graphic
- GetY, method of class Graphic
- GimDir, class
- GimDir, method of class GimDir
- GimFile, class
- GimGraphic, class
- GimGraphic, method of class GimGraphic
- GimRead, function
- GimReadDir, function
- Graphic, class
- Graphic, method of class Graphic
- GraphicWnd, class
- GraphicWnd, method of class GraphicWnd
- IsPointBelongTo, method of class Field
- Load_2, method of class Subscript
- LoadCurve, method of class GraphicWnd
- LoadWnd, method of class GraphicWnd
- MapTo, method of class Graphic
- MapTo, method of class Subscript
- MoneyGraphic, class
- MoneyGraphic, method of class MoneyGraphic
- MoneyGraphWnd, class
- MoneyGraphWnd, method of class MoneyGraphWnd
- Normalize, method of class Graphic
- NormalizeBy, method of class Graphic
- OnNormalizeBy, method of class GraphicWnd
- PopupMenuTuning, method of class GraphicWnd
- Print, method of class GimFile
- Print, method of class GraphicWnd
- PrintIt, method of class GraphicWnd
- Read, method of class GimFile
- ReadDir, method of class GimFile
- RecalculateSize, method of class Field
- ReCalibrateCurves, method of class Graphic
- ReDraw, method of class GraphicWnd
- RemoveCurve, method of class Graphic
- ResetCursor, method of class Graphic
- ResetSweeps, method of class GimGraphic
- RightAxeEnable, method of class Graphic
- RusStyle, method of class MoneyGraphWnd
- Save, method of class Field
- Save, method of class GimDir
- Save, method of class GimGraphic
- Save, method of class Graphic
- Save, method of class GraphicWnd
- Save, method of class MoneyGraphic
- Save, method of class Subscript
- SaveBmp, method of class GraphicWnd
- SaveGIF, method of class GraphicWnd
- SaveMetafile, method of class GraphicWnd
- SaveWnd, method of class GraphicWnd
- SetAxeColor, method of class Graphic
- SetAxisFontSize, method of class GraphicWnd
- SetBackground, method of class GraphicWnd
- SetBackgroundColor, method of class Field
- SetColor, method of class Subscript
- SetCursor, method of class Graphic
- SetCurveColor, method of class Graphic
- SetCurveColor, method of class GraphicWnd
- SetDrawErrorBar, method of class Graphic
- SetFont, method of class Graphic
- SetFont, method of class Subscript
- SetForeground, method of class GraphicWnd
- SetForegroundColor, method of class Field
- SetLine, method of class Graphic
- SetMarker, method of class Graphic
- SetOrient, method of class GraphicWnd
- SetRelSize, method of class Field
- SetScale, method of class Graphic
- SetSweeps, method of class GimGraphic
- SetXAxesTypeLg, method of class Graphic
- SetXAxesTypeLine, method of class Graphic
- SetXMinorTicks, method of class Graphic
- SetXName, method of class Graphic
- SetXValue, method of class Graphic
- SetXValues, method of class Graphic
- SetY2AxesTypeLg, method of class Graphic
- SetY2AxesTypeLine, method of class Graphic
- SetY2MinorTicks, method of class Graphic
- SetY2Name, method of class Graphic
- SetY2Values, method of class Graphic
- SetYAxesTypeLg, method of class Graphic
- SetYAxesTypeLine, method of class Graphic
- SetYMinorTicks, method of class Graphic
- SetYName, method of class Graphic
- SetYValues, method of class Graphic
- ShiftCursor, method of class Graphic
- ShowScaleGrid, method of class Graphic
- ShowScaleGrid, method of class GraphicWnd
- Subscript, class
- Subscript, method of class Subscript
- TextGraphic, class
- TextGraphic, method of class TextGraphic
- TextGraphWnd, class
- TextGraphWnd, method of class TextGraphWnd
- TimeGraphic, class
- TimeGraphic, method of class TimeGraphic
- TimeGraphWnd, class
- TimeGraphWnd, method of class TimeGraphWnd
- UpdateMenu, method of class GraphicWnd
- Write, method of class GimFile
- WriteDate, method of class GimFile
- WriteText, method of class GimFile