Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions topics/en/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

This topic contains the following sections:

* <<Ref_26_1_78, 26.1.78 (September 2026) >>
* <<Ref_26_1_27, 26.1.27 (June 2026) >>
* <<Ref_26_1, 26.1 (June 2026)>>
** <<BC_26_1,Breaking Change>>
Expand All @@ -23,6 +24,59 @@ This topic contains the following sections:
* <<Ref_23_2_131,23.2.131 (April 2024)>>
* <<Ref_23_2, 23.2 (2023)>>

[[Ref_26_1_78]]

== 26.1.78 (September 2026)

=== New Features

==== BulletGraph

* *Add StartInset/EndInset pixel-gap range properties to linear gauge, bullet graph, and radial gauge*
+
Ranges on the linear gauge, bullet graph, and radial gauge can only be offset by value, which requires knowing the control's pixel dimensions to produce a fixed-size gap. This adds `StartInset`/`EndInset` properties that inset a range's start/end by a number of device-independent pixels, enabling pixel-precise gaps between adjacent ranges regardless of control size.

==== DataChart

* *New Axis visibility properties*
+
- Added properties `AreLabelsVisible, AreAnnotationsVisible, AreTickMarksVisible` and `IsLabelPanelVisible` to `Axis`, they can be used to toggle visibility for each type of element in the axis.
- Added properties `XAxisIsLabelPanelVisible, YAxisIsLabelPanelVisible, XAxisAreLabelsVisible, YAxisAreLabelsVisible, XAxisAreAnnotationsVisible, YAxisAreAnnotationsVisible, XAxisAreTickMarksVisible, YAxisAreTickMarksVisible` to XYCharts

* *Add marker size scaling to legends*

* *Add FormatSpecifiers to TimeXAxis*

=== Bug Fixes

[options="header", cols="a,a,a"]
|====

|Bug Number|Control|Description

|`3738`
|ToolbarsManager
|NotSupportedException occurs when launching the Quick Access Toolbar customization menu in UltraToolbarsManager

|`3773`
|DockManager
|UltraDockManager serialization constructor is "internal" instead of "protected internal"

|`3812`
|ToolbarsManager
|Issue with large number of bumped tools.

|`3865`
|DockManager
|Loading a binary file saved from older version generates a NullReferenceException

|`17097`
|Spreadsheet
|Row height of merged cells differs from how they appear in MS Excel

|====


[[Ref_26_1_27]]

== 26.1.27 (June 2026)
Expand Down
54 changes: 54 additions & 0 deletions topics/ja/changelog.ja-JP.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

このトピックは、以下のセクションで構成されます。

* <<Ref_26_1_78, 26.1.78 (2026 年 9 月)>>
* <<Ref_26_1_27, 26.1.27 (2026 年 6 月) >>
* <<Ref_26_1, 26.1 (2026 年 6 月)>>
** <<BC_26_1,重大な変更>>
Expand All @@ -23,6 +24,59 @@
* <<Ref_23_2_131,23.2.131 (2024 年 4 月)>>
* <<Ref_23_2, 23.2 (2023 年)>>

[[Ref_26_1_78]]

== 26.1.78 (2026 年 9 月)

=== 新しい機能

==== BulletGraph

* *線形ゲージ、ブレット グラフ、およびラジアル ゲージに StartInset/EndInset のピクセル間隔範囲プロパティを追加*
+
線形ゲージ、ブレット グラフ、およびラジアル ゲージの範囲は、値でのみオフセットでき、固定サイズのギャップを作成するにはコントロールのピクセル寸法を知る必要がありました。この追加により、範囲の開始/終了をデバイスに依存しないピクセル数で内側に寄せる `StartInset`/`EndInset` プロパティが提供され、コントロール サイズに関係なく、隣接する範囲の間にピクセル単位で正確なギャップを作成できます。

==== DataChart

* *新しい軸の表示/非表示プロパティ*
+
- `Axis` に `AreLabelsVisible`、`AreAnnotationsVisible`、`AreTickMarksVisible`、`IsLabelPanelVisible` の各プロパティを追加し、軸内の各要素の表示/非表示を切り替えられるようにしました。
- `XYCharts` に `XAxisIsLabelPanelVisible`、`YAxisIsLabelPanelVisible`、`XAxisAreLabelsVisible`、`YAxisAreLabelsVisible`、`XAxisAreAnnotationsVisible`、`YAxisAreAnnotationsVisible`、`XAxisAreTickMarksVisible`、`YAxisAreTickMarksVisible` の各プロパティを追加しました。

* *凡例でマーカー サイズのスケーリングを追加*

* *TimeXAxis に FormatSpecifiers を追加*

=== バグ修正

[options="header", cols="a,a,a"]
|====

|バグ番号|コントロール|説明

|`3738`
|ToolbarsManager
|UltraToolbarsManager の [クイック アクセス ツールバー] カスタマイズ メニューを起動すると、NotSupportedException が発生する。

|`3773`
|DockManager
|UltraDockManager のシリアル化 コンストラクターが "internal" ではなく "protected internal" になっている。

|`3812`
|ToolbarsManager
|多数の bumped tools がある場合に問題が発生する。

|`3865`
|DockManager
|古いバージョンで保存されたバイナリ ファイルを読み込むと、NullReferenceException が発生する。

|`17097`
|Spreadsheet
|結合セルの行の高さが、MS Excel で表示される高さと一致しない。

|====


[[Ref_26_1_27]]

== 26.1.27 (2026 年 6 月)
Expand Down