Метод | Описание | |
---|---|---|
GetMaxX ( AxisCore axis ) : double |
Gets the maximum x.
|
|
GetMaxY ( AxisCore axis ) : double |
Gets the maximum y.
|
|
GetMinX ( AxisCore axis ) : double |
Gets the minimum x.
|
|
GetMinY ( AxisCore axis ) : double |
Gets the minimum y.
|
|
HeatAlgorithm ( ISeriesView view ) : System.Collections.Generic |
Initializes a new instance of the HeatAlgorithm class.
|
|
Update ( ) : void |
Updates this instance.
|
Метод | Описание | |
---|---|---|
ColorInterpolation ( IList |
||
InterpolateColorComponent ( byte fromComponent, byte toComponent, double fromOffset, double toOffset, double value ) : byte |
public GetMaxX ( AxisCore axis ) : double | ||
axis | AxisCore | The axis. |
Результат | double |
public GetMaxY ( AxisCore axis ) : double | ||
axis | AxisCore | The axis. |
Результат | double |
public GetMinX ( AxisCore axis ) : double | ||
axis | AxisCore | The axis. |
Результат | double |
public GetMinY ( AxisCore axis ) : double | ||
axis | AxisCore | The axis. |
Результат | double |
public HeatAlgorithm ( ISeriesView view ) : System.Collections.Generic | ||
view | ISeriesView | The view. |
Результат | System.Collections.Generic |