ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / ParametricFunctionSeries Class / AxisX Property


In This Topic
    AxisX Property (ParametricFunctionSeries)
    In This Topic
    Gets or sets the name of auxiliary axis that is used as x-axis for the series.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    Public Property AxisX As String
    'Usage
     
    
    Dim instance As ParametricFunctionSeries
    Dim value As String
     
    instance.AxisX = value
     
    value = instance.AxisX
    [DefaultValue("")]
    public string AxisX {get; set;}
    Remarks
    If AxisX is an empty string the default x-axis is used for this series.
    See Also