#include "ScatterCtrl_Demo.h" void Tab6_Logarithmic::Init() { CtrlLayout(*this); SizePos(); scatter.SetRange(6,100); scatter.SetMajorUnits(1,20); scatter.ShowInfo(); s1 <