mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user