ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / LegendItemFormatEventArgs Class / Text Property



In This Topic
    Text Property (LegendItemFormatEventArgs)
    In This Topic
    Gets or sets the legend item text.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As LegendItemFormatEventArgs
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}
    public:
    property String^ Text {
       String^ get();
       void set (    String^ value);
    }
    See Also