Specify a different renderer for a newly created column

Good evening,

in my node, I'm appending a new column which contains DoubleCells (using a SingleCellFactory). Is there a programmatic way to change the default renderer of that column (and only this one), e.g. from "Standard Double" to "Percentage"?

Best,
Philipp

Hi Philipp,

Bases on the source code of the Fuzzy c-means, I think you are looking for the PROPERTY_PREFERRED_RENDERER.

Cheers, gabor

1 Like

Perfect, that worked! Thank you!

Best,
Philipp

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.