ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / LinearGaugeBase Class / GetText Property

In This Topic
    GetText Property (LinearGaugeBase)
    In This Topic
    Gets or sets a callback that returns customized strings used to display gauge values.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
    Public Property GetText As String
    [JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
    public string GetText {get; set;}
    See Also