WinRTXamlToolkit.Controls.DataVisualization.Charting.LinearAxis.GetPlotAreaCoordinate C# (CSharp) Method

GetPlotAreaCoordinate() protected method

Returns the plot area coordinate of a value.
protected GetPlotAreaCoordinate ( object value, Range currentRange, double length ) : UnitValue
value object The value to plot.
currentRange Range The range of values.
length double The length of axis.
return UnitValue
        protected override UnitValue GetPlotAreaCoordinate(object value, Range<IComparable> currentRange, double length)
        {
            return GetPlotAreaCoordinate(value, currentRange.ToDoubleRange(), length);
        }

Same methods

LinearAxis::GetPlotAreaCoordinate ( object value, Range currentRange, double length ) : UnitValue
LinearAxis::GetPlotAreaCoordinate ( object value, double length ) : UnitValue