public static CustomChartService GetInstance() { if (_instance == null) { _instance = new CustomChartService(); } return(_instance); }
public static CustomChartService GetInstance() { if (_instance == null) { _instance = new CustomChartService(); } return _instance; }