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