Example #1
0
        public static void GetNode()
        {
            CreateTestChart("GetNodeChart");

            var chartService  = new ChartService();
            var resultGetNode = chartService.GetNode(new OptionsGetNode
            {
                ChartId = "GetNodeChart",
                NodeId  = "_s7Wf"
            });

            if (!resultGetNode.IsSuccess)
            {
                Console.WriteLine(resultGetNode.Error);
            }
        }