C# Class ParallelCoordinatesDemo.Charts.Transformations.LinearAxisTransformation

Inheritance: AxisTransformationBase
显示文件 Open project: pwlodek/CodeGallery

Public Methods

Method Description
FitToView ( IChart chart, IAxis axis, double width, double height ) : void
Scale ( IAxis axis, int delta ) : void
Swap ( IAxis axis ) : void
SwapAxes ( IAxis source, IAxis target ) : void
Transform ( IAxis axis, ChartPoint point ) : void
Transform ( IAxis axis, IAxis dependentAxis ) : void
Translate ( IAxis axis, double change ) : void

Method Details

FitToView() public method

public FitToView ( IChart chart, IAxis axis, double width, double height ) : void
chart IChart
axis IAxis
width double
height double
return void

Scale() public method

public Scale ( IAxis axis, int delta ) : void
axis IAxis
delta int
return void

Swap() public method

public Swap ( IAxis axis ) : void
axis IAxis
return void

SwapAxes() public method

public SwapAxes ( IAxis source, IAxis target ) : void
source IAxis
target IAxis
return void

Transform() public method

public Transform ( IAxis axis, ChartPoint point ) : void
axis IAxis
point ChartPoint
return void

Transform() public method

public Transform ( IAxis axis, IAxis dependentAxis ) : void
axis IAxis
dependentAxis IAxis
return void

Translate() public method

public Translate ( IAxis axis, double change ) : void
axis IAxis
change double
return void