diff --git a/topics/en/changelog.adoc b/topics/en/changelog.adoc index ab18798..3f1f989 100644 --- a/topics/en/changelog.adoc +++ b/topics/en/changelog.adoc @@ -4,6 +4,7 @@ This topic contains the following sections: +* <> * <> * <> ** <> @@ -23,6 +24,59 @@ This topic contains the following sections: * <> * <> +[[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) diff --git a/topics/ja/changelog.ja-JP.adoc b/topics/ja/changelog.ja-JP.adoc index 663a3a8..8b22f03 100644 --- a/topics/ja/changelog.ja-JP.adoc +++ b/topics/ja/changelog.ja-JP.adoc @@ -4,6 +4,7 @@ このトピックは、以下のセクションで構成されます。 +* <> * <> * <> ** <> @@ -23,6 +24,59 @@ * <> * <> +[[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 +|ツールバーから押し出されたツールが多数ある場合に問題が発生する。 + +|`3865` +|DockManager +|古いバージョンで保存されたバイナリ ファイルを読み込むと、NullReferenceException が発生する。 + +|`17097` +|Spreadsheet +|結合セルの行の高さが、MS Excel で表示される高さと一致しない。 + +|==== + + [[Ref_26_1_27]] == 26.1.27 (2026 年 6 月)