DashboardChartImage Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Bitmap Image(
int Width = 0,
int Height = 0
)
Public Function Image (
Optional Width As Integer = 0,
Optional Height As Integer = 0
) As Bitmap
public:
Bitmap^ Image(
int Width = 0,
int Height = 0
)
function Image(Width, Height);
Parameters
- Width (Optional)
- Type: SystemInt32
- Height (Optional)
- Type: SystemInt32
Return Value
Type:
BitmapSee Also