ComponentOne CandlestickChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartXData Class / ChartXData Constructor / ChartXData Constructor(String)
A string value is set to StringValue property.

In This Topic
    ChartXData Constructor(String)
    In This Topic
    Initializes a new instance of the ChartXData class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal strValue As System.String _
    )
    public ChartXData( 
       System.string strValue
    )

    Parameters

    strValue
    A string value is set to StringValue property.
    See Also