INChartSeriesImage Property |
Image that is displayed in the legend. This property returns the image only if it was provided by the data source.
If the default image is used null is returned.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax NChartRawBitmap Image { get; }
ReadOnly Property Image As NChartRawBitmap
Get
property NChartRawBitmap^ Image {
NChartRawBitmap^ get ();
}
Property Value
Type:
NChartRawBitmapSee Also