ComponentOne Chart for WPF and Silverlight
AxisY Property (ChartPanelObject)


C1.WPF.C1Chart Namespace > ChartPanelObject Class : AxisY Property
Gets or sets the name of y-axis.
Syntax
'Declaration
 
Public Property AxisY As System.String
'Usage
 
Dim instance As ChartPanelObject
Dim value As System.String
 
instance.AxisY = value
 
value = instance.AxisY
public System.string AxisY {get; set;}
See Also

Reference

ChartPanelObject Class
ChartPanelObject Members