ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / FunctionSeries Class / AxisY Property


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