Пример #1
0
 private void CreateTextElement(
     IElementFactory factory,
     string text,
     SizeF textSize,
     RectangleF bounds)
 {
     factory.CreateTextElement(text, Symbology1D.GetTextRect(textSize, bounds, this.TextAlign, this.LineAlign));
 }
Пример #2
0
 protected override void CreateTextElementsOverride(IElementFactory factory)
 {
     factory.CreateTextElement(this.barText, this.textRect);
 }