Merge pull request #1652 from tznind/axisText

Fixed Axis.Text being a field while every other class member is a property
This commit is contained in:
Tig Kindel
2022-04-07 09:13:08 -07:00
committed by GitHub

View File

@@ -45,7 +45,7 @@ namespace Terminal.Gui.Graphs {
/// Displayed below/to left of labels (see <see cref="Orientation"/>).
/// If text is not visible, check <see cref="GraphView.MarginBottom"/> / <see cref="GraphView.MarginLeft"/>
/// </summary>
public string Text;
public string Text { get; set; }
/// <summary>
/// The minimum axis point to show. Defaults to null (no minimum)