Currently, we have both, e.g.:
void SetLegendPosition(LegendPosition position); LegendPosition GetLegendPosition() const;
As we have every information that we set anyways, we need no functions to get them.
Delete get*() functions.
Currently, we have both, e.g.:
void SetLegendPosition(LegendPosition position); LegendPosition GetLegendPosition() const;
As we have every information that we set anyways, we need no functions to get them.
Delete get*() functions.
rMITK MITK | |||
rMITK38883d82b045 Revert "Resolved T24171 removed getter functions in MitkChart" | |||
rMITK2c48d69e2360 Resolved T24171 removed getter functions in MitkChart |