C# Класс LiveCharts.Uwp.Points.PointExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Offset ( this point, double x, double y ) : void

Offsets the specified x.

Описание методов

Offset() публичный статический Метод

Offsets the specified x.
public static Offset ( this point, double x, double y ) : void
point this The point.
x double The x.
y double The y.
Результат void