예제 #1
0
        public AxisSectionCore AsCoreElement(AxisCore axis, AxisOrientation source)
        {
            var model = new AxisSectionCore(this, axis.Chart);

            model.View.Model = model;
            return(model);
        }
예제 #2
0
 public AxisSectionCore AsCoreElement(AxisCore axis, AxisOrientation source)
 {
     var model = new AxisSectionCore(this, axis.Chart);
     model.View.Model = model;
     return model;
 }