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)