defaultValuesLinks.json 7.64 KB
{
    "plot.file.format" :
    {
        "type":"combobox",
        "store":"availableFileFormats"
    },
    "plot.file.output" :
    {
        "type":"combobox",
        "store":"availableFileOutputsForPng",
        "store2":"availableFileOutputsForOtherFormats"
    },
    "plot.page.title.position":
    {
        "type":"combobox",
        "store":"availableTitlePositions"
    },
    "plot.page.title.alignment":
    {
        "type":"combobox",
        "store":"availableTitleAlignments"
    },
    "plot.page.font.name":
    {
        "type":"combobox",
        "store":"availableFontNames"
    },
    "plot.page.layout.type":
    {
        "type":"combobox",
        "store":"availablePageLayouts"
    },
    "plot.page.mode":
    {
        "type":"combobox",
        "store":"availablePageModes"
    },
    "plot.page.orientation":
    {
        "type":"combobox",
        "store":"availablePageOrientations"
    },
    "plot.page.dimension":
    {
        "type":"combobox",
        "store":"availablePageDimensions"
    },
    "plot.panel.title.position":
    {
        "type":"combobox",
        "store":"availableTitlePositions"
    },
    "plot.panel.title.alignment":
    {
        "type":"combobox",
        "store":"availableTitleAlignments"
    },
    "plot.panel.font.name":
    {
        "type":"combobox",
        "store":"availableFontNames"
    },
    "plot.panel.status.position":
    {
        "type":"combobox",
        "store":"availableStatusBarPositions"
    },
    "plot.panel.status.colorMap":
    {
        "type":"combobox",
        "store":"availableStatusBarColorMaps"
    },
    
    "plot.panel.plotType":
    {
        "type":"combobox",
        "store":"availablePlotTypes"
    },
    "plot.panel.backgroundColor":
    {
        "type":"colorpicker",
        "store":null
    },
    "plot.axis.legend.font.name":
    {
        "type":"combobox",
        "store":"availableFontNames"
    },
    "plot.axis.scale":
    {
        "type":"combobox",
        "store":"availableAxisScales"
    },
    "plot.axis.tickPosition":
    {
        "type":"combobox",
        "store":"availableTicksPositions"
    },
    "plot.axis.tickTimeUnit":
    {
        "type":"combobox",
        "store":"availableTicksTimeUnits"
    },
    "plot.axis.timeFormat":
    {
        "type":"combobox",
        "store":"availableTimeAxisFormats"
    },
    "plot.axis.colorMap":
    {
        "type":"colormap",
        "store":"availableColorMaps"
    },
    "plot.serie.lines.style":
    {
        "type":"combobox",
        "store":"availableLinesStyles"
    },
    "plot.serie.lines.color":
    {
        "type":"colorpicker",
        "store":null
    },
    "plot.serie.symbols.type":
    {
        "type":"combobox",
        "store":"availableSymbolsTypes"
    },
    "plot.serie.symbols.color":
    {
        "type":"colorpicker",
        "store":null
    },
    "plot.serie.timetick.symbols.type":
    {
        "type":"combobox",
        "store":"availableSymbolsTypes"
    },
    "plot.serie.timetick.symbols.color":
    {
        "type":"colorpicker",
        "store":null
    },
    "plot.serie.timetick.firstsymbols.type":
    {
        "type":"combobox",
        "store":"availableSymbolsTypes"
    },
    "plot.serie.timetick.firstsymbols.color":
    {
        "type":"colorpicker",
        "store":null
    },
    "plot.serie.timetick.font.name":
    {
        "type":"combobox",
        "store":"availableFontNames"
    },
    "plot.serie.timetick.type":
    {
        "type":"combobox",
        "store":"availableTimeTickTypes"
    },
    "plot.serie.intervaltick.symbols.type":
    {
        "type":"combobox",
        "store":"availableSymbolsTypes"
    },
    "plot.serie.intervaltick.symbols.color":
    {
        "type":"colorpicker",
        "store":null
    }, 
    "plot.serie.intervaltick.font.name":
    {
        "type":"combobox",
        "store":"availableFontNames"
    },   
    "plot.serie.intervaltick.mode":
    {
        "type":"combobox",
        "store":"availableIntervalTickModes"
    },  
    "plot.serie.errorbar.lines.style":
    {
        "type":"combobox",
        "store":"availableLinesStyles"
    },
    "plot.serie.errorbar.lines.color":
    {
        "type":"colorpicker",
        "store":null
    }, 
    "plot.serie.errorbar.type":
    {
        "type":"combobox",
        "store":"availableErrorBarTypes"
    }, 
    "plot.serie.yAxis":
    {
        "type":"combobox",
        "store":"availableYAxes"
    }, 
    "plot.serie.resolution":
    {
        "type":"combobox",
        "store":"availableResolutions"
    }, 
    "plot.serie.resamplingMode":
    {
        "type":"combobox",
        "store":"availableResamplingModes"
    }, 
    "plot.serie.projection":
    {
        "type":"combobox",
        "store":"availableOrbitSerieProjections"
    },  
    "plot.spectro.yAxis":
    {
        "type":"combobox",
        "store":"availableYAxes"
    }, 
    "plot.spectro.resolution":
    {
        "type":"combobox",
        "store":"availableResolutions"
    }, 
    "plot.histogram2D.histo2DFunction":
    {
        "type":"combobox",
        "store":"availableHistogram2DFunctions"
    }, 
    "plot.histogram2D.histo2DyAxis":
    {
        "type":"combobox",
        "store":"availableYAxes"
    },
    "plot.histogram1D.histo1DFunction":
    {
        "type":"combobox",
        "store":"availableHistogram1DFunctions"
    }, 
    "plot.histogram1D.histo1DStyle":
    {
        "type":"combobox",
        "store":"availableHistogram1DStyles"
    },  
    "plot.histogram1D.histo1DyAxis":
    {
        "type":"combobox",
        "store":"availableYAxes"
    }, 
    "plot.sauvaud.yAxis":
    {
        "type":"combobox",
        "store":"availableYAxes"
    }, 
    "plot.sauvaud.resolution":
    {
        "type":"combobox",
        "store":"availableResolutions"
    }, 

    "plot.legends.series.intervalinfo.type":
    {
        "type":"combobox",
        "store":"availableLegendSeriesIntervalInfoTypes"
    }, 
    "plot.legends.series.font.name":
    {
        "type":"combobox",
        "store":"availableFontNames"
    },  
    "plot.legends.series.type":
    {
        "type":"combobox",
        "store":"availableLegendSeriesTypes"
    },  
    "plot.legends.series.position":
    {
        "type":"combobox",
        "store":"availableLegendSeriesPositions"
    },  
    "plot.legends.text.font.name":
    {
        "type":"combobox",
        "store":"availableFontNames"
    },  
    "plot.legends.text.position":
    {
        "type":"combobox",
        "store":"availableLegendTextPositions"
    }, 
    "plot.constants.line.style":
    {
        "type":"combobox",
        "store":"availableLinesStyles"
    },
    "plot.constants.line.color":
    {
        "type":"colorpicker",
        "store":null
    },
    "plot.constants.axisId":
    {
        "type":"combobox",
        "store":"availableConstantAxes"
    },
    "plot.textObjs.font.name":
    {
        "type":"combobox",
        "store":"availableFontNames"
    },
    "plot.textObjs.yAxisId":
    {
        "type":"combobox",
        "store":"availableYAxes"
    },
    "plot.textObjs.align":
    {
        "type":"combobox",
        "store":"availableTextAlignments"
    },
    "plot.curves.line.style":
    {
        "type":"combobox",
        "store":"availableLinesStyles"
    },
    "plot.curves.line.color":
    {
        "type":"colorpicker",
        "store":null
    },
    "plot.fills.type":
    {
        "type":"combobox",
        "store":"availableFillTypes"
    },
    "plot.fills.greaterColor":
    {
        "type":"colorpicker",
        "store":null
    },
    "plot.fills.lessColor":
    {
        "type":"colorpicker",
        "store":null
    },
    "plot.filtering.level":
    {
        "type":"combobox",
        "store":"availableFilteringLevel"
    }
}