class Graph.TAxes

TAxes.xAxis

Structure of class Graph.TAxis with settings for the x-axis.

TAxes.yAxis

Structure of class Graph.TAxis with settings for the y-axis.

TAxes.AxesColor

This specifies the color of the axes. See the VCL documentation.

TAxes.GridColor

This specifies the color of the grid lines. See the VCL documentation.

TAxes.BackgroundColor

This specifies the background color of the image. See the VCL documentation.

TAxes.NumberFont

This specifies the font used to write the numbers along the axes. See the VCL documentation.

TAxes.LabelFont

This specifies the font used to write the labels shown at the end of the axes. See the VCL documentation.

TAxes.LegendFont

This specifies the font used to write the text in the legend. See the VCL documentation.

TAxes.TitleFont

This specifies the font used to write the title above the coordinate system. See the VCL documentation.

TAxes.Title

This specifies the title shown above the coordinate system. Set this to an empty string to not show a title.

TAxes.ShowLegend

When True the legend will be shown in the coordinate system.

TAxes.Trigonometry

This specifies if trigonometric functions calculate in radians or degrees. Valid values are Graph.Radian and Graph.Degree

TAxes.AxesStyle

Indicates how the axes are show. Valid values are Graph.asNone, Graph.asCrossed and Graph.asBoxed.

TAxes.LegendPlacement

This specifies where the legend is placed in the image. Valid values are Graph.lpCustom, Graph.lpTopRight, Graph.lpBottomRight, Graph.lpTopLeft and Graph.lpBottomLeft.

TAxes.LegendPos

This is a tuple with the (x,y) coordinates of the top left corner of the legend. It is only used when LegendPlacement is Graph.lpCustom.

TAxes.CalcComplex

When True Graph will use complex numbers when plotting functions, which will slow down the plotting. It does not affect other evaluations than the plotting of functions.

TAxes.GridStyle

Indicates how the grid is shown. Valid values are Graph.gsLines, the default which is shown as lines, and Graph.gsDots, which shows a dot where the grid cross.