OK In progress...

This commit is contained in:
Kolan Sh 2018-01-22 14:15:58 +03:00
parent f304e98f80
commit ded95b77ce
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,8 @@ namespace CairoChart {
text.font = this.font;
text._ext = this._ext;
text.color = this.color;
text.hspacing = this.hspacing;
text.vspacing = this.vspacing;
return text;
}
}