PointShapeStyleBaseSHAPEBitmapImage Property |
LightningChart .NET Help
Bitmap image, which is used when Shape is set to 'Bitmap'.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic Image BitmapImage { get; set; }Public Property BitmapImage As Image
Get
Set
public:
property Image^ BitmapImage {
Image^ get ();
void set (Image^ value);
}Property Value
Type:
Image
See Also