[Paraview] Change the font in the Line Chart/XY plot

pat marion pat.marion at kitware.com
Wed Apr 21 11:42:29 EDT 2010


Hey Paul,

If it's something you want to attempt yourself, you can grep for
ChartTitleFont in rendering.xml to see how the title font property works.
Then open vtkSMXYChartViewProxy.cxx and look at the implementation of
SetTitleFont.  This is where the proxy calls the VTK chart api to set the
title font.  I'm not sure what the vtk api for setting legend font is...

Pat

On Wed, Apr 21, 2010 at 10:20 AM, Marcus D. Hanwell <
marcus.hanwell at kitware.com> wrote:

> On Mon, Apr 19, 2010 at 4:03 AM, Paul Edwards <paul.m.edwards at gmail.com>wrote:
>
>> Hi,
>>
>> Is there a way to change the font for the legend text?  In the chart
>> options it only gives options for the location and flow and it doesn't
>> seem to follow any of the other font settings.
>>
>> This is possible in the VTK API, but not exposed in ParaView. We need to
> add some interface to the settings dialog, and some extra proxy properties
> for the charts. If you open a bug report we should definitely add this,
> although I do not have time to look at this right now.
>
> Thanks,
>
> Marcus
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100421/64b89db2/attachment.htm>


More information about the ParaView mailing list