Hi Experts,
We had a scenario on representing tile dashboard in which can anyone tell the exact
code that is to be set for chart properties while clicking on the tile button?
since we need the exact functionality (additional properties) like the same in code template
While Clicking on the button displays the concerned chart type ,we need the additional properties like data label, legend visibility
CHART.setVisible(true);
CROSSTAB.setVisible(false);
CHART.setChartType(ChartType.PIE);
g_toolbar_mode = "PIE";
BUTTON_INIT_BUTTONS.onClick();
Regards
Vignesh VL