Federico Portillo
Federico Portillo
I working with wpf. Yes, ClipTitle does the same that setting TitleClipLength to a large value. But I don't understand why if I put the legends inside the plot the...
Thanks you @VisualMelon, that work.  And my question is for example: in the xaml code when you insert a TextBox you can define the minimum and maximum width and/or...
Thanks you. After your comments I tried and could solve the problem with this: ` .Drawings.Item(aux).ChangeCellAnchor(eEditAs.OneCell) 'with this line now property Size is not null anymore (and I can access...
Yes but when I tried to use `From` and `To` combined with `ExcelPackage.DoAdjustDrawings = false` and `OneCell,` the drawing change the size. I tried like this: `.Drawings.Item(aux).EditAs = eEditAs.OneCell` `.Drawings.Item(aux).From.Row...
Thank you, I use linq and it works. And also works the `Size`, I already have the property `EditAs` set to `OneCell` but after I call the `Size` (so I...
Is it ready to work in avalonia 11?