Prepare the frame, paint axis.
More...
#include <THistPainterStock.h>
Prepare the frame, paint axis.
Set up Hparam_stock_t values ( min/max ) for ObjectStock to be Painted
Called by CanvasStock::Update(), when pad marked as modified ?? Steps called:
- Constructor THistPainterStock (THPS)
- THPS::Paint()
- THPS::PaintInit() a. From CommonXAxis set all Hparam_stock.x..., and shift b. THStock::SetObjectStock ( Hparam ) // use x only of Hparam // new version, use objects ( no problem with shift, but need to ccreated before painting ) c. THStock::GetExtrema set Hparam_stock.ymin, Hparam.ymax
- THPS::PaintFrame ( here need ymin, ymax )
- THPS::PaintTitle
- THStock->PaintObjectStock( Hparam_stock );
- THPS::SetLabelXAxis();
- THPS::PaintAxis(kFALSE);
The documentation for this class was generated from the following file: