Project

General

Profile

Wt::Chart::WAxis::getLabelTicks()

Added by Ulf Johnsson over 2 years ago

I need to reimplement Wt::Chart::WAxis::getLabelTicks() but I cannot
figure out how to do it.

I have been looking at the implementations in the Wt-source code,
but they access private information I cannot.

Most importantly Wt::Chart::WAxis::Segment is accessed which is a private
member, this makes me wonder what the point of providing the "int segment"
param to the method is at all?

Can anyone point me in the right direction?

BR, Ulf Johnsson.