LiveCharts
Class

Assembly LiveChartsCore
Namespace LiveChartsCore

Summary:
LiveCharts global settings.

Inheritance:
Object =>
LiveCharts

Properties

A constant that indicates that the tool tip should not add the current label.
Type: String
A constant that indicates that the tool tip should ignore the series name.
Type: String
Gets or sets a value indicating whether LiveCharts should create a log in the console as it renders the charts.
Type: Boolean
Gets or sets the maximum fps requested.
Type: Double
Defines the rendering settins for LiveCharts.
Type: RenderingSettings
Gets the current settings.
Type: LiveChartsSettings
Gets the hover key.
Type: String
Gets a constant that indicates that a rotation angle follows the tangent line, this property is only useful in polar series.
Type: Double
Gets a constant that indicates that a rotation angle follows the cotangent line, this property is only useful in polar series.
Type: Double

Public static fields

The disable animations
Type: TimeSpan

Methods

// Configures LiveCharts.
Action<LiveChartsSettings> configuration// The configuration.
)
// Converts ticks to Date, and prevents overflow exceptions.
Double ticks// The ticks.
)
// Converts ticks to TimeSpan, and prevents overflow exceptions.
Double ticks// The ticks.
)