immersive-home/app/content/ui/components/line_chart/x_axis.tscn

29 lines
808 B
Plaintext
Raw Normal View History

2024-04-11 17:51:30 +03:00
[gd_scene load_steps=3 format=3 uid="uid://bb3shmvedk1oh"]
2024-04-10 21:23:19 +03:00
[ext_resource type="Script" path="res://content/ui/components/line_chart/x_axis.gd" id="1_5fiu5"]
2024-04-11 17:51:30 +03:00
[ext_resource type="LabelSettings" uid="uid://bc8arfh1k2gd2" path="res://content/ui/components/line_chart/axis_label.tres" id="2_tapys"]
2024-04-10 21:23:19 +03:00
2024-04-11 17:51:30 +03:00
[node name="XAxis" type="Control"]
2024-04-10 21:23:19 +03:00
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_5fiu5")
[node name="Label" type="Label" parent="."]
layout_mode = 0
2024-04-11 17:51:30 +03:00
offset_left = 4.0
offset_top = 43.0
offset_right = 123.0
offset_bottom = 93.0
2024-04-10 21:23:19 +03:00
text = "X Axis"
2024-04-11 17:51:30 +03:00
label_settings = ExtResource("2_tapys")
horizontal_alignment = 1
[node name="AxisLabels" type="Control" parent="."]
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0