2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / DrawLegendEntryEventArgs Class / TextColor Property

In This Topic
    TextColor Property
    In This Topic
    Gets or sets a color of text for the legend entry.
    Syntax
    'Declaration
     
    Public Property TextColor As System.Drawing.Color
    public System.Drawing.Color TextColor {get; set;}
    See Also