点击或拖拽改变大小

ChartBarDataPaintBackground 方法

[缺少 "M:DSkin.DirectUI.ChartBarData.PaintBackground(System.Drawing.Graphics,System.Int32,System.Int32,System.Drawing.Rectangle,System.Double,System.Double)" 的 <summary> 文档]

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

参数

graphics
类型:System.DrawingGraphics

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

startIndex
类型:SystemInt32

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

length
类型:SystemInt32

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

rectangle
类型:System.DrawingRectangle

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

maxValue
类型:SystemDouble

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

minValue
类型:SystemDouble

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

参见