|
CAxis
CAxis is an auxiliary graphics library class for working with the coordinate axes.
Description
The CAxis class receives and stores various parameters of the coordinate axes. The class implements the ability to auto scale the coordinate axes dynamically.
Declaration
class CAxis |
Title
#include <Graphics\Axis.mqh> |
Class methods
Method |
Description |
---|---|
Get/set the auto-scaling flag |
|
Get/set the minimum axis value |
|
Get/set the maximum axis value |
|
Get the step value by axis |
|
Get/set the axis name |
|
Get/set the axis color |
|
Get/set the size of the axis numbers |
|
Get/set the maximum displayed length of the axis numbers |
|
Get/set the format of the axis numbers |
|
Get the format of converting a date into a string. |
|
Get the pointer to the function defining the format of displaying values on the axis. |
|
Get the pointer to the object that may contain additional data on converting axis values. |
|
Get/set the font size of the axis name |
|
Get/set the "zero lever" value |
|
Get/set the initial step value by axis |
|
Get/set the maximum amount of numbers on the axis |
|
Get/set the "tolerance" value for the axis minimum |
|
Get/set the "tolerance" value for the axis maximum |
|
Auto scale the axis. |