Origin 2023 Features

Origin 2023 Features

Graphing

 

New Graph Types

JIRA

SUMMARY

DESCRIPTION

DETAILS

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-25247

Double-Y on the same Layer

Specify which Y-axis to plot against for multiple plots on the same layer.

  • Double-Y in one layer menus under Plot: Multi-Panel/Axis

  • Specify plotting against left or right Y using the Mini Toolbar.

  • Display tab in Plot Details

  • Option to rescale each axis independently (default checked)

  • Subgroup by axis

  • LabTalk properties

set %c -ay 2; // set active plot to follow second y axis

layer.y.IndivScale = 1; // allow rescale each y axis individually

layer.y2.from=1; // setup 2nd y begin value

layer.y2.to=20; //setup 2nd y's end value

 

ORG-16520, ORG-25110

Before - After Graph and Double Y Box Chart

Easy way to plot Before After Graph and Double Y Box Chart

 

The Double-Y in one Layer feature makes plotting Before After Graph and Double Y Box Chart much easier in Origin 2023. Note: Line Series is a variation of box chart.

After plotting Line series or box chart, click on the line series or box(es) and use mini toolbar to select Plot on Right Y. Note: For plots already set to plot on right Y, the mini toolbar button will be changed to Plot on Left Y.

The mini toolbar button is also available when choosing plot(s) in Object Manager. (L) or (R) indicator shows in front of plot to indicate current axis assignment.

Before and After

 

Double Y Box Chart

ORG-18926

Vector Plot in Ternary Vector

Support Vector Plot in Ternary Coordinate

  • Use XYZXYZ data to create a Ternary Vector plot. Each XYZ pair defines the initial and terminal points of a vector

  • Z End to End Point tab added

  • Label tab turned on from options in X/Y/Z/Row Indices/(X, Y, Z)/Custom/Col

ORG - 24531

3D Stacked Heatmap

Support a new plot type 3D Heatmap with flatted surface and fill to grid.

  • To plot the graph, need have XYZ data and another reference column to split the XYZ columns into different groups (layers in graph).

  • XY data should be M x N gridding. Origin will convert each XYZ block to a matrix using the Regular gridding method. If the data is not regular, the Sparse gridding method will be used to convert the XYZ data.

  • The Stacked Heatmap can be created from either a worksheet or matrix.

General

JIRA

SUMMARY

DESCRIPTION

DETAILS

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-25449

Improvements on Export Graph (Advanced)

Added hotkey Ctrl+Alt+G to export with last used theme. Added a clickable link on messages log to view exported graph

  • With a Graph window active, press Ctrl+Alt+G to export graph with last used theme without opening the dialog.

  • After exporting a graph, the file path is dumped to the Messages Log and is clickable to view the exported graph

  • System Variable to control output to message log.

0 = message with file path
1 = Only dump file path
-1 = no output on messages log

  • Use the Context menu or Ctrl+Click to open File location in Windows Explorer.

  • If set @VID=1, click the link in Message Log, it will open with build-in viewer. @VID=1 is by default. It will check file for png, bmp, jpg, emf, then use internal viewer, otherwise still use system

ORG-25233

Toggle layer, plot & graphic object’s selectability

LabTalk command and mini toolbar button to set whether or not layer, plot, or graphic objects are selectable.

  • Set plot, graphic object or layer to be unselectable to prevent selecting it in graph and editing it with mini toolbar, regular toolbars, etc.

  • Clicking the item in Object Manager is always supported. The Mini toolbar button can be used to turn selectability back on.

  • Corresponding LabTalk property for graphic objects object.mouse=0 not selectable or 1 selectable

  • For layers in graphs, selectability can also be globally (it is an Origin setting) prohibited by setting @GRLS=0.

ORG-25555

Multi-layer graph arrangement direction

Choose Horizontal First or Vertical First when arranging multi-panel graphs.

Direction control in Merge Graph Windows, Merge Graphs to Layout, Arrange Layers, and Layer Management dialogs.

Example 1: When merging 6 graphs into a multi-panel graph, e.g. 2 x 3, there is now an option to specify arranging horizontally first or vertically first.

Example 2: Suppose there is a 2 x 3 panel graph which was arranged horizontally first. Choose Graph: Arrange Layers… to switch the number of rows and columns to 3 x 2 and Direction: Vertical First—the panels will be transposed.

 

ORG-25430

Set default reference line style

Right click reference line to set it as default reference line style for future use

Origin 2023 supports saving a customized reference line format as a default style. When adding reference lines in the future, it will use these settings.

  • Right-click reference line in Reference Lines dialog to set as default line style.

  • Right-click a customized reference line in graph and choose Set as Default Line Style

 

ORG-21351

More reference line label locations

More label location options for reference lines

More Label Location options in Reference Lines tab in Axis dialog.

Old options

Options in older versions:

Also on mini toolbar when clicking on reference line in graph.

 

ORG-25452

Add Reference Line on axis with divide by factor

Use converted value to add reference line and label

If Divide by Factor is set for tick labels of axis, the tick labels on the graph will show the converted value.

When adding a reference line, use the converted value.

When checking Label for reference line, show the converted value.

E.g. For scales from 0 to 10, if the tick label is set to have divide by a factor of 100, the tick labels will show as 0 to 0.10.

Please add reference line based on tick label range displayed in axis. E.g. 0.035.

When reference line label shows, it will show 0.035. Used to show 3.5.

In older versions, when adding reference line 0.035, on axis dialog, it converted it to 3.5, and it was confusing since the value wasn’t within the display range of axis.

ORG-25466

Stack plot improvements

Support stacking plot horizontally without exchanging XY Axis

Choose Plot: Multi-panel/Axis: Stack… menu

Plots can be stacked horizontally without exchanging X-Y axes. It works well with Orientation: Landscape.

Note: In previous versions, there were only Vertical or Horizontal(X-Y Axes Exchanged) options.

 

ORG-24990

Batch Plotting Short Name

Better handling of Batch Plotting Short Name numbers

A Short Name starting with G09 will increment to G10 instead of G010.

ORG-20137

Data highlight mode when switching to worksheet

System variable to quit data highlight mode when switching to worksheet

Set System Variable @QDHT=1, data highlight some data points in graph and switch to worksheet, escape the data highlight mode and allow to plot directly with partial data selected.

Default value is 0, data highlight mode kept when switching to worksheet.

ORG-24869

Adjust the size of minor tick labels

Font Scaler (%) control on Minor Tick Labels tab

Set minor tick label font size to be relative to major tick label font size.

 

ORG-25350

Fit Layers to Page more accurate

Boundary is more accurate after fitting layers to page and LabTalk command is added

The margin for Fit Layer to Page is more accurate in graph.

Added LabTalk commands to specify each margin separately.

-ml value // for left margin -mt value // for top margin -mr value // for right margin -mb value // for bottom margin

All the margin values can be negative, if necessary. For example, using the following will make the graph look tighter to also accommodate for text object rectangles of the axis titles being too large.

page -FLS -u -c 3 -ml -0.005 -mt 0.001 -mb -0.005 -mr 0.001

ORG-25023

Keep Graph and Worksheet size in layout window when copying and pasting

Hold Alt key and then paste graph or worksheet in layout to another layout window to keep the size

Added the hot key Alt when copying and pasting images, graphs, and worksheet objects among layout or graph windows.

Hold Alt while pasting graph or worksheet objects from one layout to another will retain the size properties of the copied selection.

ORG-25375

Column/bar type in plotmyaxes Dialog

Support Column type in Multiple-Y Axis plot

In plotmyaxes dialog (menu: Plot>Multi-Panel/Axis: Multiple Y Axes)

Plot Type “Column“ is supported

ORG-25145

Move data point improvement

Keep plot customizations when moving data points

In previous versions, choosing Data: Move Data Points, causes plot customizations to be lost. Plots changed to default black symbol.

In 2023, press Tab to toggle between using default scatter symbol or customized symbol.

 

ORG-22648

Build Color improvements

We can interpolate according to selection, by group and merge color lists/ palettes.

Added Base Color radio option, with All and Selection as options. All means all color in build color dialog. Selection means current selection in the left panel of build color.

  • If there is only one selection, no need to show this option.

  • If the selection is not continuous, new colors should be from the 1st selection.

Support Interpolate by group option. Can now specify number of group members, and interpolate within group.

When selecting more than 2 color lists/palettes in the left or right panel of the Color Manager, right-click will show a Merge Colors option.

ORG-25527

Replace 3D/Contour plot with another matrix

Support replacing 3D/Contour graph with another Matrix dataset in Plot Setup dialog

The ‘Replace’ button was disabled in the Plot Setup dialog which disabled replacing 3D/Contour plots data with another matrix dataset.

The button is activated now in Origin 2023.

ORG-25612

Object manager Improvements

Rename layer names and etc.

  • Rename context menu is added on layer node to rename layer. In the past, user would have to go to Layer Management dialog or Plot Details dialog to rename layer.

  • When all layer nodes shrunk and group/ungroup plots in one layer will not expand other layer nodes.

ORG-24785

LT access to Minor Tick Length and Thickness

New LabTalk property to access minor tick length and thickness

layer.x.ticklength //major tick length layer.x.tickthickness //major tick thickness layer.x.mticklength //minor tick length layer.x.mtickthickness //minor tick thickness

ORG-25621

Go to Source Sheet button on plot mini toolbar

Click the Go to the newly added Go to Source Sheet mini toolbar button to activate the sheet of plot

There used to be Go to workbook context menu to go to source worksheet.

In Origin 2023, a button is added on plot’s mini toolbar button to go to source worksheet.

For grouped plots, click the single tab of mini toolbar button to see the button. Or click the plot in Object Manager, the single tab of mini toolbar will show by default.

ORG-23908

Ability to change font/sizes on axis labels and axis titles simultaneously

Apply Formatting to: Font/Font in mini toolbar

  1. Apply Formatting to: Font. All text in graph will change as current font

  2. Apply Formatting to: Font and Size. Only same type will change as current font and size

Same type means:

  • axis title: YL YR XT XB ZF ZB

  • layer title: _Title

  • layer label: plabel

  • reference line label: RLX RLY RLZ

  • normal text object: object name begin with text

ORG-24587

Insert Map to Graph

Add system variable @MDF to Hide Map folder in Project Explorer after Insert Map

Add system variable @MDL to hide Legend after Insert Map for Contour plot

  • System variable @MDF to hide Map folder in Project Explorer after Insert Map

0 = Hide Map folder (by default)

1 = Show Map folder

  • System variable @MDL to hide Legend after Insert Map for Contour plot

0 = Hide Legend (by default)

1 = Show Legend

ORG-19342

ORG-25747

Support Higher Resolution bitmap toolbar

In Customize: Options tab, support Auto detect by screen size, for high DPI PC, now use 32*32 icon

Support system varibale @TIZ to scale icon in range [50 200], 100 by default

Text, Legend and Annotation

JIRA

SUMMARY

DESCRIPTION

DETAILS

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-24917

Layer Title Improvements

Center alignment, wrap text, etc.

Mini toolbar on layer level to add Layer title. A new text box similar to those in PowerPoint and Word will be added. It is center aligned horizontally and wrap text is enabled. The size of the box is defined instead of determined based on wrap text result. Changing the font size will keep title box width. It’s much easier to set title width and align it.

 

Click on the layer title, and then the mini toolbar button to set box width

 

LabTalk property to show/hide layer title:

layer.title=1 (show) or 0 (hide)

 

Wrapped layer title or text box width:

  • _title.box=80 //default, title box width is fixed to 80% of layer width. Click on layer title. Box width button is added on mini toolbar to set width. The button only shows if _title.box is bigger than 1.

  • _title.box=1 //Powerpoint/Word like text box but can drag the handles around box to resize it.

  • _title.box=0 //old text object. The size of text box can’t be very precise, It will be decided by wrap result. It’s hard to position text in expected position especially if contents change.

This <textobject>.box property also applies to regular text object and legend box. By default, it’s 0 though. The box width mini toolbar also only shows if <textobject>.box value is bigger than 1.

ORG-25630

Page Title

Mini toolbar button on page level to add a center-aligned title on top of graph

  1. New mini toolbar on page level. A new text box similar to those in PowerPoint and Word will be added. It’s center aligned horizontally and wrap text is on. Size of the box is defined instead of based wrap text result. Change font size will keep title box width. It’s much easier to set title width and align it.

  2. By default the size is 70% of page width. Click it and use mini toolbar to change width.

  3. Labtalk access: The page title name is _PTITLE. Use _PTITLE.box to set width, etc. similar to layer title.

ORG-24822

Angle Annotation

Measure the angle between two lines and annotate it

Select Angle Annotation toolbar button.

Single-click 3 times to pick arm, vertex and the other arm. If an arm is close to a data point, it will snap to it.

 

Click angle and drag anchors to adjust.

Mini toolbar for angle and label for common edit.

Double-click angle or right click and choose Properties to see all options.

Double-click to modify the syntax, e.g. $(v, .3) to show 3 decimal places, $(v*pi/180, .2) to convert degree to radian and show 2 decimal places.

 

ORG-25362

Custom format to show plus sign for number

We can show positive or negative sign in custom format

In custom format. Add more options to show signs for numbers:

.3 ----- 3 decimal places. old way
+.3  ----- 3 decimal places, always show sign for numbers, if positive, show +, if negative, show a short minus sign -
-.3 ----- 3 decimal places, if positive, no sign, if negative, show LONG minus sign
-+.3 -----  3 decimal places, always show sign for numbers, if positive, show +, if negative, show a long minus sign -

ORG-25376

Show Function Plot and Equation in Legend or Label Improvements

Function plots, used to shows F1 in the legend. Now it shows the Function Formula

ORG-25289

Restore Positon under Graph: Legend menu

Add a submenu under Graph: Legend: to restore legend position

Selecting it would not change user’s customization in legend but move it to default legend position in graph template.

ORG-25354

Hide Legend for Function Plots

Option to hide function plot entries in legend

In previous versions, function plot would always show in legend. In Origin 2023, a context menu is added to Hide Function Plots in legend.

 

ORG-25355

Avoid using Function plot as Axis title unless it’s the only plot

Data Plot Index for Auto Axis Titles should exclude function plot unless it's the only one

When there are multiple plots (no matter data plot or function plot), Origin uses the 1st plot’s long name, unit as axis title. See the Data Plot Index for Auto Axis Titles dropdown list on Legends/Titles tab of graph node of Plot Details dialog.

So if the function plot is the 1st plot in graph window, F1 will show as axis title. In Origin 2023, we will skip using function plot as axis title unless it’s the only plot in the graph.

Use system variable @FPT=1 to roll back to the old behavior.

ORG-24719

Sort Point by Point legends

Options to sort point by point legend by X, Y, or alphabetical order

In previous versions, when displaying point by point legend, it would always show by row index order.

Sort by options are added to sort by Alphabetical Order, X or Y.

 

ORG-16929

Add Color block in Legend

Add User defined color block in legend

Can now add user-defined color block in legend

  • Right-click Legend and choose Properties to open Text Object - Legend dialog.

  • Click Add Legend Symbol button.

  • Check the newly added Color Block node in Add legend Symbol dialog and customize as you like.

  • Click Add.

  • Add Text at the end of the inserted symbol.

 

ORG-25300

Symbol Map Dialog Improvements

Gear icon on top-right corner of the dialog to manage symbols on each tab

 

  • Add… - Opens a small dialog to enter space separated Unicode codes. Found symbols will be appended to the end of current tab.

  • Delete… - Opens a small dialog to enter space separated Unicode of symbols you want to remove from current tab. Or click Select button to pick symbols to remove.

  • Reorder - Drag cell to reorder it. click Done button to accept the change. Note: In this mode, all other operations are disabled.

  • Reset to Factory Default - Reset the current tab to default symbols shipped with product.

  • Append from Factory Default - If you have deleted some symbols shipped with product, select this will bring them back to original location, while still keep those you added at the end.

ORG-22079

Support UTF32 for custom Unicode Symbol

In Symbol Map: Add Symbol dialog, enter UTF-32 unicide symbol to custom

ORG-25285

In-place edit for wrapped text object

For wrapped text, if not long, double click will enter in-place edit mode. For very long text, open Text Object dialog

  • Previously, if text was wrapped, double click it would always open Text Object dialog. In Origin 2023 System Variable @TLIP (default 80) is added. If text length is not more than it, double click will allow in-place edit.

  • Previously, if text wasn’t wrapped, double click would always enter in-place edit mode. In Origin 2023 System Variable @TLIPN (default 60) is added for text not wrapped as well. If text length is longer than it, Text Object dialog will open.

ORG-23765

More bracket shapes

Round and brace bracket shapes added

  • Dropdown list to pick which bracket/brace to add on Add Object to Graph toolbar.

  • Use the Mini toolbar to change bracket shape.

  • Drag the red anchors for curvation and brace.

     

ORG-25512

Improve Worksheet Cell Substitution Format

Keep cell display format in column labels and when using plot index when using W as last argument

When referring to a worksheet cell in a text label in a graph

  1. Keep display format in column label cell: e.g. using %([Book1]Sheet1,@WL, B[D1],W), to show user-defined parameter 1 in column B as label, where last argument is w, it will keep display format in that cell

  2. Keep display format when using plot index to specify a worksheet cell. E.g.

  • Using %(1, @WT, 2, 4, W) - 1st plot’s worksheet, 2nd column, 4th cell, using display format.

  • Using %(1@W,2,D1,W) or %(1@W,2,D”mean”,W) - 1st plot’s worksheet, 2nd column’s 1st user-defined parameter, or user-defined parameter row which is named “Hello”, where last argument is w. It will keep display format.

 

ORG-24940

Separator button added in Text Object dialog

Add Separator button on Text tab of Text Object dialog to easily add an extra space between lines

 

Added a separator option for all text labels in graph, including legend, axis title, etc.

 

ORG-14802

Box Chart Legend with Box Style

Add New box chart legend style. And you can customize the box scale via control dialog.

  1. In the Box plot, box scale could be added in any of the following ways: Select Insert: Box Scale in the menu, or click the Add Box Scale button on the Add Object to Graph toolbar

  2. Box Scale Control dialog: This dialog is used to control and customize the style of the box scale.

  • Double-click on the box scale to open the dialog. Or right-click on the box scale to select Properties... from the context menu to open it.

  • In the box scale, it shows Box Range, Whisker and Median by default. And the displaying of other symbols that depends on they whether selected in the Plot Details dialog.

  • And label of these components whether to show that can be controlled in this dialog. Except Box Range, Whisker and Median, if the symbol is not selected in the Plot Details dialog, the label option also will not show in this dialog.

Graph Customization

JIRA

SUMMARY

DESCRIPTION

DETAILS

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-25363

Plot Data by Sorted X

LabTalk command to change line plots by worksheet order or sorted X

Perform automatic X value sorting of data in line or line-symbol plots without having to sort the worksheet columns. This is particularly useful when you have multiple columns in a worksheet and want to plot any two columns against each other, without having to reorder the worksheet rows.

Apply x value sorting to a particular data plot with this LabTalk script command:
layer.plot1.line.sortx=1; //sort X of 1st plot in current layer

Once sorted, the graph can be saved as a template for future use, if desired.

 

ORG-25298

More skip data points options in plot

Smart skip point options based on data density and shape

For scatter plots and line+symbol plots, go to the Drop Lines tab.

Two Smart Skip options are added:

  • Smart Skip (Total Points Kept) keeps the number of points set and skips the other points based on data density and shape.

  • Smart Skip (% of Points Skipped) keeps the percentage of points set and skips the other points based on data density and shape.

 

System Variable @SMM determines the method used for Smart Skip:

0: Largest Triangle

1: Y-threshold

2: Data Distance Threshold

3: Douglas-Peucker-Hull

4: Largest Triangle for Segments(default)

LT controlled can be used to specify starting skip points. In the example below, 10 means start to perform skip from the 10th row in the workbook data.

layer.plot1.symbol.skipstart=10

ORG-25213

Enable auto rescale on Mini Toolbar

Auto Rescale control for 2D and 3D layer level mini toolbar.

Once it’s enabled, when data are changed, graph axis will auto rescale to reflect it.

Previously needed to go to Axis dialog to set the rescale mode to Auto.

Or click the Rescale button (Ctrl+R) to manually rescale to show all.

For 3D, it’s a dropdown list

For 2D, it’s a checkbox

ORG-25580

Alternate Sides to Show Ticks and Labels

For multi-panel graphs arranged in 1 row or 1 column, added option to alternate sides to show ticks, tick labels and axis title

Use Alternate Side to Show Ticks and Labels Checkbox is added in:

  • Stack… plot dialog

  • Merge Graph Windows dialog (if either the number of columns or number of rows is 1)

  • Arrange Layers dialog

 

 

ORG-25214

Smaller Z axis length Allowed

Extended minimum Z axis length to 10%

In previous versions, Z axis length could only be as small as 25% of full length. In Origin 2023, the minimum value can be as small as 10%.

 

ORG-25374

Contour Plot Improvement

Insert multiple levels and customize single level’s label style

  • Insert… button to manually add multiple levels

  • Add Auto to plot level label color option of contour plot. Auto means follow contour line color.

  • Single click on contour line twice to select that level. Mini toolbar shows to customize line, label and extract contour line’s coordinates of that level.

ORG-25610

Set different spacing gap for different sets of linked layers

For each set of linked layers, different spacing can be set

E.g. In the following graph, the column/bar width and gap in top (layer 1) and bottom panels (layer 2, 3&4) can be set to set differently.

  1. Check Column/Bar/Box Gap Across Layers on Layers tab of Page level so column/bars in overlapped layers 2, 3&4 will be organized together.

  2. Set Layer 2 to not be linked to layer 1. Set layer 3 and 4 to be linked to layer 2 with straight 1:1 x-axis. So there are two sets, Layer 1 vs Layers 2, 3&4

  3. Pick plot in 1st layer and go to spacing tab to set column/bar width and gap.

  4. Pick plot in 2nd layer (parent of 2nd set of linked layers) to set column bar width and gap of layer 2, 3&4.

 

@GALL=1 by default, 0 is for old behavior

Notice that we need to be enable Column/Bar/Box Gap Across Layers if want to share same spacing setting

In older versions, the spacing tab is only enabled for 1st layer in whole graph and it will affect all layers. If setting the column/bar width on top panel to be narrower, the bottom 2 columns will be very thin.

ORG-25147

Sunburst/Doughnut Improvements

Modify independent ring width in doughnut and sunburst plots

In doughnut or sunburst plots, set Group Edit Mode to be Independent and then select a single ring to set independent width.

 

 

The following settings dependent or not in Independent mode is controlled by system variable @PGI

0 (default) - dependent/shared.

1 - independent (it's rare since usually they will share same gap, rotation, etc).

  • Horizontal Offset (sunburst and doughnut plots),

  • Rotation group (sunburst plot)

  • Doughnut group (sunburst and doughnut plot)

3D View group on the Pie Geometry tab of the Plot Details dialog are hidden in Origin 2023 since 3D doughnuts are not supported.
It is hidden to avoid confusion.

ORG-25537

Box chart Improvements

Set %c -hadj 0 to set no gap between half violin or split violin to center

Note: If it’s multiple layer graphs, it needs to be set for each layer.

ORG-25020

Color Each Data Point in Grouped Box Chart Types with data points showing

When plotting Grouped box chart with data points showing, Data Points Color by option is added.

Under Plot: Categorical menu, there are multiple variations of grouped box chart, e.g. Grouped Column - Scatter, Grouped Mean Bar - Indexed, Grouped Half Violin - Indexed, Grouped Half Box - Indexed, they all open plot_gboxindexed dialog. User can also change it by change the variations by Graph Theme dropdown list in the dialog.

As long as there is data points showing, Data Points Color by control will show for user to specify which column will be used to color the points.

The following graph also set legend to show Categorical Values so coloring info. show in legend.

 

ORG-25188

XY coordinates issues on special NetCDF

Support XY Coordinates Mapping on Matrix for heatmap plot

ORG-25567

Add Line Connect style such as Spline to 3D line symbol plots

In Line tab of 3D scatter plot/trajectory/vector, we can add Connect option on top of Style. dropdown could be Straight/Spline/B-Spline. Default is Straight. Spline/B-Spline should be same as Cubic Spline/B-Spline in interpxyz XF.

If it is not available to do analysis, data points will be connected with straight line.

It is not supported for 3D Ternary/Tetrahedral scatters plot.

ORG-25085

Gradient filled colormap bar

In Pattern tab, add More Colors option in Gradient Fill dropdown.

Select the More Colors option to show the Palette option.

For column/bar/histogram/area/ribbon/wall/waterfall plot, add checkbox By Y Value after gradient fill, enable when gradient fill is not none. For 3D Bar, the label could be By Z Value.

ORG-20843

Improvement of color scale object size

  1. Support Color Scale Position in Color Scale Control dialog.

  2. Support drag object edge to resize width of color bar.

 

ORG-25793

want specify 3D plane position by cell value named range

We support to use project scope named range for Percent/Value edit box

  1. define project scope named range

  2. make 3D plot, open PD dialog, go to layer level, planes tab, select one plane, then you can set at position=named range

  3. named range also can be used as formula in 3d function plot