예제 #1
0
        internal static void Map(PlotArea plotArea, DocumentObjectModel.Shapes.Charts.PlotArea domPlotArea)
        {
            PlotAreaMapper mapper = new PlotAreaMapper();

            mapper.MapObject(plotArea, domPlotArea);
        }