ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / ChartDataPointValues Class / X Property

In This Topic
    X Property (ChartDataPointValues)
    In This Topic
    Gets or sets the X value for the data point. Mandatory in series with Type = Scatter.
    Syntax
    'Declaration
     
    Public Property X As RdlObject
    public RdlObject X {get; set;}
    See Also