DataFactory<TModel>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Providers

Summary:
Defines the default data factory.

Type parameters:
TModel *summary not found*
Inheritance:
Object =>
DataFactory<TModel>

Constructors

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

Methods

// Fetches the points for the specified series.
ISeries series, // The series.
Chart chart// The chart.
)
// Disposes a given point.
ChartPoint point// The point.
)
// Disposes the data provider from the given chart.
Chart chart//
)
// Gets the Cartesian bounds.
Chart chart, // The chart.
ISeries series, // The series.
IPlane plane1, // The x.
IPlane plane2// The y.
)
// Gets the financial bounds.
Chart chart, // The chart.
ISeries series, // The series.
ICartesianAxis x, // The x.
ICartesianAxis y// The y.
)
// Gets the pie bounds.
Chart chart, // The chart.
IPieSeries series// The series.
)
// Clears the visuals in the cache.