ComponentOne ChartNavigator for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartLegend Class / TextWidth Property

In This Topic
    TextWidth Property
    In This Topic
    A value that indicates the width of the legend text.
    Syntax
    'Declaration
     
    Public Property TextWidth As System.Nullable(Of Integer)
    public System.Nullable<int> TextWidth {get; set;}
    See Also