if (configData.styleColors.length > 4)
if (numberOfStyleColors > 4) { var cssStyleDeclarationChartDataTips:CSSStyleDeclaration = new CSSStyleDeclaration(); cssStyleDeclarationChartDataTips.setStyle("backgroundColor", backgroundColor); topLevelStyleManager.setStyleDeclaration("mx.charts.chartClasses.DataTip", cssStyleDeclarationChartDataTips, false); }
var cssStyleDeclarationModal:CSSStyleDeclaration = topLevelStyleManager.getStyleDeclaration("global")
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.