INChartSeriesDataSourceImage Method |
Get image for the series that is displayed in the legend. If null is returned or method is not implemented the default
image is used.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax NChartRawBitmap Image(
INChartSeries series
)
Function Image (
series As INChartSeries
) As NChartRawBitmap
NChartRawBitmap^ Image(
[InAttribute] INChartSeries^ series
)
Parameters
- series
- Type: NChart3D_UWPINChartSeries
Series to get image for.
Return Value
Type:
NChartRawBitmapThe image for the series.
See Also