Click or drag to resize
NChartLineSeriesImage 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
public NChartRawBitmap Image { get; }

Property Value

Type: NChartRawBitmap

Implements

INChartSeriesImage
See Also