# Copy all settings in a View

**URL:** https://discourse.paraview.org/t/copy-all-settings-in-a-view/7125
**Category:** ParaView Support
**Created:** [May 2, 2021, 4:09pm UTC](https://discourse.paraview.org/t/copy-all-settings-in-a-view/7125 "2021-05-02T16:09:32Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sancho\_s](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/s/c4cdca/32.png) [@sancho\_s](https://discourse.paraview.org/u/sancho_s)
#### Post date: [May 2, 2021, 4:09pm UTC](https://discourse.paraview.org/t/copy-all-settings-in-a-view/7125/1 "2021-05-02T16:09:32Z")

</div>

Hi,

I have a `LineChartView` where I `PlotOverLine` some variables.  
I have configured the axes, fonts, etc.  
Is there any way to reuse this configuration in new `LineChartView`s in the same session?  
And in existing `LineChartView`s?  
And in other `LineChartView`s of other sessions?

Thanks!

---

<div class="post-metadata">

### Author: ![nicolas.vuaille](https://discourse.paraview.org/user_avatar/discourse.paraview.org/nicolas.vuaille/32/5873_2.png) [@nicolas.vuaille](https://discourse.paraview.org/u/nicolas.vuaille)
#### Post date: [May 3, 2021, 7:27am UTC](https://discourse.paraview.org/t/copy-all-settings-in-a-view/7125/2 "2021-05-03T07:27:14Z")

</div>

You can [copy / paste](https://docs.paraview.org/en/latest/ReferenceManual/propertiesPanel.html#properties) the view properties, with the buttons next to the `View` section title in the properties panel. You can also set current values [as default](https://docs.paraview.org/en/latest/ReferenceManual/customizingParaView.html#sec-customdefaultsettings).

---

<div class="post-metadata">

### Author: ![sancho\_s](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/s/c4cdca/32.png) [@sancho\_s](https://discourse.paraview.org/u/sancho_s)
#### Post date: [July 13, 2022, 2:40pm UTC](https://discourse.paraview.org/t/copy-all-settings-in-a-view/7125/3 "2022-07-13T14:40:30Z")

</div>

I had tried this before, and there were a lot of things that were still not copied, e.g., which data series are plotted, the style of each plot, etc. (even though I did not list these explicitly in my question, they were included in “etc.”)  
From the way you answered, it helped me realize the obvious. To copy/paste the format of the chart, I use your procedure. To copy/paste data series attributes, I do something similar, but on the “Display (XYChartRepresentation)” _Section_ (I am using the same word as you used, but I am not sure _Section_ is the “official” name). This has to be repeated for each Plot Over Line that is visible in the View.

There is one point that puzzles me. After copying both (and also Section Properties, just in case), font sizes do not look the same on screen in the source and target views of the copy/paste operation. Yet, the sizes (number) in the configuration are the same.  
How can this be understood, and solved?
