From b6916ffd7fd847c35a017cbc7d1f150f41fc4023 Mon Sep 17 00:00:00 2001 From: Thomas Nind Date: Wed, 30 Mar 2022 10:57:34 +0100 Subject: [PATCH] Fixed Axis.Text being a field while every other class member is a property --- Terminal.Gui/Core/Graphs/Axis.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Core/Graphs/Axis.cs b/Terminal.Gui/Core/Graphs/Axis.cs index bb64d35cb..847d55fce 100644 --- a/Terminal.Gui/Core/Graphs/Axis.cs +++ b/Terminal.Gui/Core/Graphs/Axis.cs @@ -45,7 +45,7 @@ namespace Terminal.Gui.Graphs { /// Displayed below/to left of labels (see ). /// If text is not visible, check / /// - public string Text; + public string Text { get; set; } /// /// The minimum axis point to show. Defaults to null (no minimum)