AxisId Property (ValueAxis)
In This Topic
Gets or sets an ID for the axis.
Syntax
'Declaration
Public Property AxisId As Integer
'Usage
Dim instance As ValueAxis
Dim value As Integer
instance.AxisId = value
value = instance.AxisId
public int AxisId {get; set;}
Exceptions
Example
This example sets the AxisId property.
See Also