点击或拖拽改变大小

ChartDataPaint 方法

绘制图形

命名空间:  DSkin.DirectUI
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public abstract void Paint(
	Graphics graphics,
	int startIndex,
	int length,
	Rectangle rectangle,
	double maxValue,
	double minValue
)

参数

graphics
类型:System.DrawingGraphics

[缺少 "M:DSkin.DirectUI.ChartData.Paint(System.Drawing.Graphics,System.Int32,System.Int32,System.Drawing.Rectangle,System.Double,System.Double)" 的 <param name="graphics"/> 文档]

startIndex
类型:SystemInt32
数据开始
length
类型:SystemInt32
数据长度
rectangle
类型:System.DrawingRectangle
绘制范围
maxValue
类型:SystemDouble
Y轴最大值
minValue
类型:SystemDouble
Y轴最小值
参见