Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ValueAxis Class / LocationCustomValue Property


In This Topic
    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;}
    Remarks
    This value only has an effect if the Location property is set to AxisLocation.Value
    See Also