ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartXData Class / StringValue Property

In This Topic
    StringValue Property
    In This Topic
    A string value specifies the data point of a series.
    Syntax
    'Declaration
     
    Public Property StringValue As System.String
    public System.string StringValue {get; set;}
    See Also