예제 #1
0
        public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
        {
            string      symbol = (string)value;
            PointSymbol psym   = SymbolMgr.GetSymbol(symbol, PointSymbol.type) as PointSymbol;

            return(psym.Create());
        }
예제 #2
0
        public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
        {
            string symbol = value as string;

            return(SymbolMgr.GetFillSymbol(symbol).Create());
        }