LocationCustomValue Property (ValueAxis)
In This Topic
Gets or sets the custom location of the axis relative to the plot area.
Syntax
'Declaration
Public Property LocationCustomValue As Double
'Usage
Dim instance As ValueAxis
Dim value As Double
instance.LocationCustomValue = value
value = instance.LocationCustomValue
public double LocationCustomValue {get; set;}
See Also