BitmapFill3DImage Property |
LightningChart .NET Help
Image object
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(null)]
public Image Image { get; set; }<DefaultValueAttribute(Nothing)>
Public Property Image As Image
Get
Set
public:
[DefaultValueAttribute(nullptr)]
property Image^ Image {
Image^ get ();
void set (Image^ value);
}Property Value
Type:
Image
See Also