Interface IWindowChartProfile
图表窗口轮廓接口
public interface IWindowChartProfile : IToolkitBase, IModuleBase
- Inherited Members
- Extension Methods
Methods
Clear()
清除
void Clear()
Clear(string)
清除
void Clear(string name)
Parameters
namestring
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
namestring名称
categoryChartLineCategory类别
lineOffsetdouble偏移值(偏移值和线二选一)
lineCLine线(偏移值和线二选一)
textstring文本
sizeint大小
colorColor?颜色
UpdateInsert(string, CPoint, int, Color?)
更新更新点
void UpdateInsert(string name, CPoint point, int size = 1, Color? color = null)
Parameters
UpdateInsert(string, List<float?>, int, Color?)
更新添加轮廓
void UpdateInsert(string name, List<float?> contour, int size = 1, Color? color = null)
Parameters
UpdateInsert(string, string, CPoint, Color?)
更新添加文本
void UpdateInsert(string name, string text, CPoint position, Color? color = null)