ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _CartesianReferenceLineOverlayView Class / invert Method

In This Topic
    invert Method (_CartesianReferenceLineOverlayView)
    In This Topic
    Syntax
    'Declaration
     
    Public Function invert( _
       ByVal plotView As ICartesianPlotView, _
       ByVal optionValue As Object, _
       ByVal valueType As AxisType _
    ) As Double
    public double invert( 
       ICartesianPlotView plotView,
       object optionValue,
       AxisType valueType
    )

    Parameters

    plotView
    optionValue
    valueType
    See Also