In This Topic
Gets or sets the ID of the z-axis on which the series is plotted.
Syntax
'Declaration
Public Property ZAxisId As Integer
'Usage
Dim instance As XYZSeries
Dim value As Integer
instance.ZAxisId = value
value = instance.ZAxisId
public int ZAxisId {get; set;}
Exceptions
See Also