Creates a BitmapSource representing the currently visible portion of the Timeline chart.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public override BitmapSource CreateChartImage () |
Visual Basic
Copy Code
|
|---|
Public Overrides Function CreateChartImage () As BitmapSource |
A .NET BitmapSource object representing the Timeline chart.
See Also