DataFactory<TModel, TDrawingContext>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Providers

Summary:
Defines the default data factory.

Type parameters:
TModel
TDrawingContext
Inheritance:
Object =>
DataFactory<TModel, TDrawingContext>

Constructors

// Initializes a new instance of the DataFactory`2 class.

Methods

// Fetches the points for the specified series.
ISeries<TModel> series, // The series.
IChart chart// The chart.
)
// Disposes a given point.
ChartPoint point// The point.
)
// Disposes the data provider from the given chart.
IChart chart//
)
// 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.