private void createTemplate()
 {
     ContentByte.SaveState();
     _template    = ContentByte.CreateTemplate(_chartWidth, ChartHeight);
     ChartHeight -= Margin;
     _template.SaveState();
 }
Example #2
0
 private void createTemplate()
 {
     ContentByte.SaveState();
     _template     = ContentByte.CreateTemplate(ChartWidth, _chartHeight);
     _chartHeight -= Margin;
     ChartWidth   -= _maxValueWidth;
     _template.SaveState();
 }
Example #3
0
 private void createTemplate()
 {
     ContentByte.SaveState();
     _template = ContentByte.CreateTemplate(_initialChartWidth, _initialChartHeight);
     _template.SaveState();
 }