'宣言 Public Shared Function RenderAsImage( _ ByVal field As ChartField, _ ByVal width As System.Double, _ ByVal height As System.Double _ ) As System.Drawing.Image
'使用法 Dim field As ChartField Dim width As System.Double Dim height As System.Double Dim value As System.Drawing.Image value = ChartRenderer.RenderAsImage(field, width, height)
public static System.Drawing.Image RenderAsImage( ChartField field, System.double width, System.double height )
パラメータ
- field
- width
- height