wxMath2DPlotOptions
Description
The options for the control.
Methods
Public
wxMath2DPlotOptions |
|
[object Object] GetGridOptions |
Gets the options for the grid. |
[object Object] GetGridOptions |
Gets the options for the grid. |
wxDouble GetDotRadius |
Gets the radius for the dots representing points on the chart. |
unsigned int GetDotStrokeWidth |
Gets the width of the pen used to draw the outline of the dots. |
unsigned int GetLineWidth |
Gets the width of the pen used to draw the lines connecting the points of the chart. Width of the axes and grid lines are part of the options returned by the function. |
wxDouble GetHitDetectionRange |
Gets the hit detection range. When the distance between the X coordinate of the mouse position and a point on the chart is less than this range the point is considered active. The Y coordinate is ignored in this calculation. |
const AxisFunc & GetAxisFuncX |
|
const AxisFunc & GetAxisFuncY |
|
void SetAxisFuncX |
|
void SetAxisFuncY |