LiveChartsSettings
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel
Summary:
LiveCharts global settings
Object
=>
LiveChartsSettings
Properties
Gets the theme identifier.
Type: Object
Type: Object
Gets or sets the default animations speed.
Type: TimeSpan
Type: TimeSpan
Gets or sets the default zoom mode.
Type: ZoomAndPanMode
Type: ZoomAndPanMode
Gets or sets the default legend position.
Type: LegendPosition
Type: LegendPosition
Gets or sets the default legend background paint.
Type: Object
Type: Object
Gets or sets the default legend text paint.
Type: Object
Type: Object
Gets or sets the default legend text size.
Type: Double
Type: Double
Gets or sets the default tooltip position.
Type: TooltipPosition
Type: TooltipPosition
Gets or sets the default tooltip background paint.
Type: Object
Type: Object
Gets or sets the default tooltip text paint.
Type: Object
Type: Object
Gets or sets the default tooltip text size.
Type: Double
Type: Double
Gets or sets the default max with for labels inside tooltips and legends.
Type: Double
Type: Double
Gets or sets the default finding strategy.
Type: FindingStrategy
Type: FindingStrategy
Gets or sets the default polar initial rotation.
Type: Double
Type: Double
Gets or sets the default update throttling timeout
Type: TimeSpan
Type: TimeSpan
Gets or sets a value indicating whether the text is right to left.
Type: Boolean
Type: Boolean
Methods
// Adds or replaces a mapping for a given type, the mapper defines how a type is mapped to a Coordinate
in the chart.
| Func<TModel, Int32, Coordinate> mapper | // The mapper. |
)
// Indicates that the library should render tooltips in a right to left mode, you also need to load
a right to left font.
// Sets the default the default update throttling timeout
| TimeSpan timeout | // The update throttling timeout. |
)
// Gets the styles builder.
// Gets the styles builder.
// Enables LiveCharts to be able to plot short, int, long, float, double, decimal, short?, int?, long?, float?, double?, decimal?.