|
|
|
1-10 of 192
< Previous ... Next >
|
SET DECIMALS TO 2 in application can cause problems with FoxCharts.
e.g. chartscount_assign: This.AddProperty("ChartType" + TRANSFORM(n), "")
Because of settings SET DECIMALS TO 2 (and SET POINT T...
id# 16595 | Planned Release: FoxCharts 0.20 Alpha | Last Updated: Fri at 4:52 PM
by VfpImaging
In some situations imgcanvas is not properly destroyed.
Workaround: put imgcanvas.destroy() code inside Try...catch.
id# 16589 | Planned Release: None | Last Updated: Fri at 4:38 PM
by VfpImaging
Sometimes values are very big and we need to show them in 000's or even 000000's
E.g. value of 14,000 or even 14,000,000 we want to show only 14 in chart.
and in legend noting that: (in 000) or (i...
id# 16555 | Planned Release: None | Last Updated: Wed at 5:15 AM
by VfpImaging
To workaround these situations:
1. foxcharts._drawaxys:
Before line:
FOR n = 0 TO lnMaxValue STEP This._Scale
add line:
IF lnMaxValue>0 AND This._Scale>0
(and corresponding ENDIF after ENDFOR)...
id# 16553 | Planned Release: None | Last Updated: Wed at 5:13 AM
by VfpImaging
Hello,
FoxChart raise error in method PREPAREVARIABLES when the range of values is too big from MAX and MIN and charttype = 9.
Workaround:
* Prepare the scale values
IF This.Scale = 0
LOCAL lnVa...
id# 16404 | Planned Release: None | Last Updated: May 2 at 8:03 AM
by saw
If you attempt to add a new setting with a space in it, My crashes out.
Since it's an obviously invalid setting, there are two choices:
1. Simply return False when they attempt to add it.
2. Only ...
id# 16309 | Planned Release: None | Last Updated: May 1 at 5:59 PM
by DougHennig
One other basic and important chart is needed: Points
Basically, the same logics from bar and lines, with some cares:
- Points MUST be positioned centered
- Allow shapes to be drawn: Circle, Squa...
id# 16014 | Planned Release: FoxCharts Alpha 0.14 | Last Updated: Apr 24 at 4:05 PM
by VfpImaging
Create a new property that will contain the field that will contain the strings that will be drawn inside the chart
id# 16015 | Planned Release: FoxCharts Alpha 0.14 | Last Updated: Apr 24 at 4:03 PM
by VfpImaging
Add a new property that will allow drawing labels on the Y axys.
The font will be the same from the chart.
Allow users to draw a custom dotted line for 3D charts.
Backgrounds enabled too
id# 16043 | Planned Release: FoxCharts Alpha 0.14 | Last Updated: Apr 24 at 4:02 PM
by VfpImaging
There are several DIMENSION statements in _Movers.vcx that assume a 1-d array, although the initial creation allows for 2-d.
id# 16189 | Planned Release: None | Last Updated: Apr 18 at 9:04 PM
by SarekOfVulcan
|
|
1-10 of 192
< Previous 1 2 3 4 5 6 7 8 9 10 ... Next >
|
|
|
|
|
|
|