2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChart Class / Text Property

In This Topic
    Text Property (baseChart)
    In This Topic
    Gets or sets the text associated with this control.
    Syntax
    'Declaration
     
    Public Overrides Property Text As System.String
    public override System.string Text {get; set;}

    Property Value

    The text associated with this control.
    See Also