DataFactory<TModel, TDrawingContext>
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Providers
Summary:
Defines the default data factory.
| TModel | |
| TDrawingContext |
Object
=>
DataFactory<TModel, TDrawingContext>
Constructors
// Initializes a new instance of the DataFactory`2 class.
Methods
// Gets the Cartesian bounds.
| Chart<TDrawingContext> chart, | // The chart. |
| IChartSeries<TDrawingContext> series, | // The series. |
| IPlane plane1, | // The x. |
| IPlane plane2 | // The y. |
)
// Gets the financial bounds.
| CartesianChart<TDrawingContext> chart, | // The chart. |
| IChartSeries<TDrawingContext> series, | // The series. |
| ICartesianAxis x, | // The x. |
| ICartesianAxis y | // The y. |
)
// Gets the pie bounds.
| PieChart<TDrawingContext> chart, | // The chart. |
| IPieSeries<TDrawingContext> series | // The series. |
)
// Clears the visuals in the cache.