Table of Contents

Interface IWindowChartProfile

Namespace
AT.Librarys.Container.Toolkit.Data
Assembly
AT.Librarys.Container.dll

图表窗口轮廓接口

public interface IWindowChartProfile : IToolkitBase, IModuleBase
Inherited Members
Extension Methods

Methods

Clear()

清除

void Clear()

Clear(string)

清除

void Clear(string name)

Parameters

name string

ShowAdd()

显示已添加数据

void ShowAdd()

UpdateInsert(string, ChartLineCategory, double, CLine, string, int, Color?)

更新线

void UpdateInsert(string name, ChartLineCategory category, double lineOffset, CLine line = null, string text = "", int size = 1, Color? color = null)

Parameters

name string

名称

category ChartLineCategory

类别

lineOffset double

偏移值(偏移值和线二选一)

line CLine

线(偏移值和线二选一)

text string

文本

size int

大小

color Color?

颜色

UpdateInsert(string, CPoint, int, Color?)

更新更新点

void UpdateInsert(string name, CPoint point, int size = 1, Color? color = null)

Parameters

name string

名称

point CPoint

size int

大小

color Color?

颜色

UpdateInsert(string, List<float?>, int, Color?)

更新添加轮廓

void UpdateInsert(string name, List<float?> contour, int size = 1, Color? color = null)

Parameters

name string

名称

contour List<float?>

轮廓

size int

大小

color Color?

颜色

UpdateInsert(string, string, CPoint, Color?)

更新添加文本

void UpdateInsert(string name, string text, CPoint position, Color? color = null)

Parameters

name string

名称

text string
position CPoint

位置

color Color?

颜色