点击或拖拽改变大小

ChartDataPaintBackground 方法

绘制图形背景

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

参数

graphics
类型:System.DrawingGraphics

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

startIndex
类型:SystemInt32
数据开始
length
类型:SystemInt32
数据长度
rectangle
类型:System.DrawingRectangle

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

maxValue
类型:SystemDouble

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

minValue
类型:SystemDouble

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

参见