cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 

resize plot legend programmatically

¡Resuelto!
Ir a solución

Hi All,

 

I want to know if there is any way to programatically re-size the plot legend so that it can show longes names. I have tried setting the "Autosize" property to TRUE but I do not need that because some names in the plot could be really long and I do not want to show the complete name. I need a way to resize it so whataever size I want.

I played around with the "LegWidth" property but when I increase it, the size of the text box in the legend remains the same.

 

Is there any way to implement it what I want to achieve?

 

Thanks!

0 kudos
Mensaje 1 de 4
5.496 Vistas

Easiest solution: Format the strings of plot names to right size, and then use Autosize.

0 kudos
Mensaje 2 de 4
5.472 Vistas

How do I change the font size of the plot name programatically? 

 

0 kudos
Mensaje 3 de 4
5.446 Vistas
Solución
Aceptado por el autor del tema LVCoder

Here is a rough draft of the custom legend I created. I can resize the plot legend by dragging it to the left or right.

Mensaje 4 de 4
5.351 Vistas