Topic: chart
how to create chart or draw graphics to show values on Form1
for example
i have 3 water tanks with 25000 liters Capacity.... Every tank Can be Different Capacity,,,,
and current water stock stored in Database...
My Visual Database → General → chart
how to create chart or draw graphics to show values on Form1
for example
i have 3 water tanks with 25000 liters Capacity.... Every tank Can be Different Capacity,,,,
and current water stock stored in Database...
Look at this example
i need somethings like draw canvas
You can draw graphical primitives on the shape canvas or panel. But hardly anyone will provide you with ready-made scripts for drawing diagrams.
Specifically, in your example, I would use the TShape and TLabel components.
Hi StateOne,
If you forego the graphics, you can achieve a similar result just with panels and labels.
It also keeps your script a lot simpler.
The attachment is just a simple example (no validations etc). It's just to give you an idea..
Derek.
You can draw graphical primitives on the shape canvas or panel. But hardly anyone will provide you with ready-made scripts for drawing diagrams.
Specifically, in your example, I would use the TShape and TLabel components.
не, ну колбу-то я нарисовать могу
я не понимаю как закрашивать ее только на определенный процент
k245 wrote:You can draw graphical primitives on the shape canvas or panel. But hardly anyone will provide you with ready-made scripts for drawing diagrams.
Specifically, in your example, I would use the TShape and TLabel components.
не, ну колбу-то я нарисовать могу
я не понимаю как закрашивать ее только на определенный процент
Пожалуй, для "колбы" лучше использовать PNG картинку с прозрачной частью - внутренностью "колбы", а для "заливки" использовать TShape или TLabel.
Perhaps, for the "tank" it is better to use a PNG image with a transparent part - the inside of the "tank", and for the "fill" use a TShape or a TLabel.
Or abandon the rounding and use the example of Destiny )))
А прогрессбар в режиме bpVertical, не..?
Thanks Friends... Vovka Example looks good. please send Project...
My Visual Database → General → chart
Powered by PunBB, supported by Informer Technologies, Inc.
Theme Hydrogen by Kushi