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