├── .editorconfig ├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md └── workflows │ ├── compile-all-views.yml │ └── run-unit-tests.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Directory.Build.props ├── LICENSE ├── LiveCharts.Avalonia.slnx ├── LiveCharts.Blazor.slnx ├── LiveCharts.Maui.slnx ├── LiveCharts.Uno.slnx ├── LiveCharts.WPF.slnx ├── LiveCharts.WinForms.slnx ├── LiveCharts.WinUI.slnx ├── LiveCharts.slnx ├── README.md ├── docs ├── .vscode │ └── settings.json ├── _assets │ ├── 1.1.assemblies.png │ ├── 1.1.bars1.png │ ├── 1.1.flipbook.gif │ ├── 1.1.series.png │ ├── 1.6.linear.png │ ├── 1.6.radial.png │ ├── 1.6.solid.png │ ├── 1.7.diagram.png │ ├── 1.7.labels.png │ ├── 1.7.multiple.png │ ├── 1.7.position.png │ ├── 1.7.rotation.png │ ├── 1.8.datalabels.png │ ├── 1.8.padding00.png │ ├── 1.8.padding22.png │ ├── 1.8.padding50.png │ ├── axes-paints.png │ ├── bars-bounce.gif │ ├── bars-delayed.gif │ ├── bars-dynamic-visibility.gif │ ├── bars-moving.gif │ ├── barscustom.png │ ├── basicgauge-90.png │ ├── basicgauge.png │ ├── basicgaugemultiple.png │ ├── basicgaugemultiple270.png │ ├── basicgaugeor.png │ ├── bounceout-anim.gif │ ├── box-filll.png │ ├── box-mw-.png │ ├── box-mw-p0.png │ ├── box-mw10.png │ ├── box-stroke.png │ ├── cc-mvp.png │ ├── cc-sections.png │ ├── chart-overview.png │ ├── columnbg.png │ ├── columnct.png │ ├── columnctl.png │ ├── columnfill.png │ ├── columngp.png │ ├── columnmw10.png │ ├── columnmwmax.png │ ├── columnmwmaxp0.png │ ├── columnr.png │ ├── columnstroke.png │ ├── compare-all-strategy.gif │ ├── compare-x-strategy.gif │ ├── compare-y-strategy.gif │ ├── console.png │ ├── custom-ha-compare.gif │ ├── custom-ha.gif │ ├── designer.gif │ ├── drawmargin.png │ ├── drawmarginframe.png │ ├── elasticout-anim.gif │ ├── fast-bars-throttled.gif │ ├── fast-bars.gif │ ├── financialct.png │ ├── financialpaints.png │ ├── financialw10.png │ ├── firstchart.png │ ├── gaps.png │ ├── gauge10.png │ ├── gauge11.png │ ├── gauge12.png │ ├── gauge14.png │ ├── gauge3.png │ ├── gauge4.png │ ├── gauge5.png │ ├── gauge7.png │ ├── geo-heatmap.png │ ├── geomap-fill.png │ ├── geomap-mercator.png │ ├── geomap-stroke.png │ ├── geomaphs.png │ ├── geometrysize.png │ ├── geometrystrokefill.png │ ├── heatcs.png │ ├── heatct.png │ ├── heathm.png │ ├── heatp.png │ ├── install-chart.gif │ ├── installavalonia.png │ ├── installwinforms.png │ ├── installwpf.png │ ├── installxamarin.png │ ├── labelsdensity.gif │ ├── legend-custom-style.png │ ├── legend-custom-template.png │ ├── legend.png │ ├── light-and-dark-charts.gif │ ├── line-zooming.gif │ ├── lineal-anim.gif │ ├── linect.png │ ├── linectl.png │ ├── linefill.png │ ├── linescustom.png │ ├── linesmothness.png │ ├── linesnullsplit.png │ ├── linestroke.png │ ├── managenugetpackages.png │ ├── newblazor.png │ ├── newuno-def-tem.png │ ├── newuno-nuget.png │ ├── newuno-plats-winui.png │ ├── newuno-select-plat.png │ ├── newuno-winui.png │ ├── newuno.png │ ├── newuwp.png │ ├── newwf.png │ ├── newwinui.png │ ├── newwpf.png │ ├── newxf.png │ ├── pie-anim.gif │ ├── pie-doughnut.png │ ├── pie-inrot.gif │ ├── pie-maxangle.gif │ ├── pie-rotation.png │ ├── pieInnerRadius.png │ ├── pieMaxRadialCW.png │ ├── pieOuterRadiusOffset.png │ ├── piefill.png │ ├── pielabels.png │ ├── pielabelscotan.png │ ├── pielabelstan.png │ ├── piemaxoutter.png │ ├── piemor.png │ ├── piemvp.png │ ├── piepushout.png │ ├── piestroke.png │ ├── polar-axes-style.png │ ├── polar-innerRadius.gif │ ├── polar-labels-rotation.png │ ├── polar-labels-rotation2.png │ ├── polar-mvp.png │ ├── polar-rotation.gif │ ├── polar-star.png │ ├── polar-totalangle.gif │ ├── polarlinecg.png │ ├── polarlinect.png │ ├── polarlinefill.png │ ├── polarlinegs.png │ ├── polarlinegsf.png │ ├── polarlinesmothness.png │ ├── polarlinesnullsplit.png │ ├── polarlinestroke.png │ ├── scatterct.png │ ├── scatterctl.png │ ├── scattercustom.png │ ├── scatterfill.png │ ├── scattergeometrysize.png │ ├── scattermgs.png │ ├── scatterstroke.png │ ├── seriesname.png │ ├── stackedareafill.png │ ├── stackedareageometrystrokefill.png │ ├── stackedareags.png │ ├── stackedareasmt.png │ ├── stackedareastroke.png │ ├── stackedcolcr.png │ ├── stackedcolfill.png │ ├── stackedcolmaxw10.png │ ├── stackedcolsg.png │ ├── stackedcolstroke.png │ ├── stackedstepfill.png │ ├── stackedstepgs.png │ ├── stackedstepgss.png │ ├── stackedstepstroke.png │ ├── stepct.png │ ├── stepctl.png │ ├── stepcustom.png │ ├── stepfill.png │ ├── stepgeometrysize.png │ ├── stepgeometrystrokefill.png │ ├── stepnullsplit.png │ ├── stepstroke.png │ ├── tooltip-compare-all.gif │ ├── tooltip-custom-style.png │ ├── tooltip-custom-template.gif │ ├── tooltip-custom-template.png │ ├── tooltip-format1.png │ ├── tooltip-format2.png │ ├── tooltip-format3.png │ ├── tooltip-format4.png │ ├── tooltips.gif │ ├── tsm_cac.gif │ ├── tsm_cec.gif │ ├── tsm_cxc.gif │ ├── tsm_cyc.gif │ ├── uno-android.png │ ├── uno-browse-livecharts.png │ ├── uno-install-winui.png │ ├── uno-install.png │ ├── uno-mobile-dependency.png │ ├── uno-mobile.gif │ ├── uno-run-android.png │ ├── uno-run-wasm.png │ ├── uno-shared-mainpage.png │ ├── uno-start-android.png │ ├── uno-start-wasm.png │ ├── uno-wasm-dependency.png │ ├── uno-windows.gif │ ├── wf-designer.gif │ ├── word-map-index.json │ ├── world-map-fill.png │ ├── world-map-mercator.png │ ├── world-map-stroke.png │ ├── world-map.png │ ├── xf-result.gif │ ├── zoom-both.gif │ ├── zoom-x.gif │ └── zoom-y.gif ├── about │ └── mvvm.md ├── cartesianChart │ ├── axes.md │ ├── boxseries.md │ ├── columnseries.md │ ├── financialseries.md │ ├── heatseries.md │ ├── legends.md │ ├── lineseries.md │ ├── overview.md │ ├── scatterseries.md │ ├── stackedcolumnseries.md │ ├── stackedlineseries.md │ ├── stackedsteplineseries.md │ ├── steplineseries.md │ └── tooltips.md ├── geomapchart │ ├── heatlandseries.md │ └── overview.md ├── overview │ ├── 1.1.how it works.md │ ├── 1.12.themes.md │ ├── 1.2.install.md │ ├── 1.4.automatic updates.md │ ├── 1.5.mappers.md │ ├── 1.6.paint tasks.md │ └── 1.9.animations.md ├── piechart │ ├── gauges.md │ ├── overview.md │ └── pieseries.md ├── polarchart │ ├── overview.md │ └── polarlineseries.md ├── samples │ ├── axes │ │ ├── crosshairs │ │ │ ├── result.gif │ │ │ └── template.md │ │ ├── customSeparatorsInterval │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── dateTimeScaled │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── labelsFormat │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── labelsFormat2 │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── logarithmic │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── matchScale │ │ │ ├── doubley.png │ │ │ ├── inch-long-separator.jpg │ │ │ ├── matchsdr.gif │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── multiple │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── paging │ │ │ ├── result.gif │ │ │ └── template.md │ │ ├── shared │ │ │ ├── result.gif │ │ │ └── template.md │ │ ├── style │ │ │ ├── result.png │ │ │ └── template.md │ │ └── timeSpanScaled │ │ │ ├── result.png │ │ │ └── template.md │ ├── bars │ │ ├── basic │ │ │ ├── result.gif │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── custom │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── delayedAnimation │ │ │ ├── result.gif │ │ │ └── template.md │ │ ├── layered │ │ │ ├── result.gif │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── race │ │ │ ├── result.gif │ │ │ └── template.md │ │ ├── rowsWithLabels │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── spacing │ │ │ ├── result.png │ │ │ └── template.md │ │ └── withBackground │ │ │ ├── result.gif │ │ │ ├── result.png │ │ │ └── template.md │ ├── box │ │ └── basic │ │ │ ├── result.png │ │ │ └── template.md │ ├── design │ │ ├── linearGradients │ │ │ ├── result.gif │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── radialGradients │ │ │ ├── result.gif │ │ │ ├── result.png │ │ │ └── template.md │ │ └── strokeDashArray │ │ │ ├── result.gif │ │ │ ├── result.png │ │ │ └── template.md │ ├── error │ │ └── basic │ │ │ ├── all.png │ │ │ ├── result.png │ │ │ ├── result2.png │ │ │ └── template.md │ ├── events │ │ ├── addPointOnClick │ │ │ ├── result.gif │ │ │ └── template.md │ │ ├── cartesian │ │ │ ├── intellisense.gif │ │ │ ├── result.gif │ │ │ └── template.md │ │ └── tutorial │ │ │ ├── events-auto.gif │ │ │ ├── events-ex.gif │ │ │ ├── hover-area-col.gif │ │ │ ├── result.gif │ │ │ └── template.md │ ├── financial │ │ └── basicCandlesticks │ │ │ ├── result.gif │ │ │ ├── result.png │ │ │ └── template.md │ ├── general │ │ ├── chartToImage │ │ │ ├── result.png │ │ │ ├── result2.png │ │ │ └── template.md │ │ ├── conditionalDraw │ │ │ ├── result.gif │ │ │ └── template.md │ │ ├── customLegends │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── customTooltips │ │ │ ├── result.png │ │ │ ├── styling-tooltips.png │ │ │ ├── template.md │ │ │ ├── templating-tooptips.png │ │ │ └── tooltip-custom-template.gif │ │ ├── drawOnCanvas │ │ │ ├── result.gif │ │ │ └── template.md │ │ ├── mapPoints │ │ │ ├── result.gif │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── multiThreading │ │ │ ├── result.gif │ │ │ └── template.md │ │ ├── nullPoints │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── realTime │ │ │ ├── result.gif │ │ │ └── template.md │ │ ├── scrollable │ │ │ ├── result.gif │ │ │ └── template.md │ │ ├── sections2 │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── visibility │ │ │ ├── result.gif │ │ │ └── template.md │ │ └── visualElements │ │ │ ├── absolute.png │ │ │ ├── custom.png │ │ │ ├── result.png │ │ │ ├── stack.png │ │ │ ├── table.png │ │ │ └── template.md │ ├── heat │ │ └── basic │ │ │ ├── result.gif │ │ │ ├── result.png │ │ │ └── template.md │ ├── lines │ │ ├── area │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── autoupdate │ │ │ ├── result.gif │ │ │ └── template.md │ │ ├── basic │ │ │ ├── result.gif │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── custom │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── custompoints │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── straight │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── xy │ │ │ ├── result.png │ │ │ └── template.md │ │ └── zoom │ │ │ ├── result.gif │ │ │ ├── selection-zoom.gif │ │ │ ├── template.md │ │ │ └── zoom-both-nofit.gif │ ├── maps │ │ └── world │ │ │ ├── result.png │ │ │ └── template.md │ ├── pies │ │ ├── angularGauge │ │ │ ├── needle-rect.png │ │ │ ├── result.gif │ │ │ └── template.md │ │ ├── basic │ │ │ ├── result.gif │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── custom │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── doughnut │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── gauge1 │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── gauge2 │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── gauge3 │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── gauge4 │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── gauge5 │ │ │ ├── result.gif │ │ │ └── template.md │ │ ├── icons │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── nested │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── nightingaleRose │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── outlabels │ │ │ ├── result.png │ │ │ └── template.md │ │ └── pushout │ │ │ ├── result.png │ │ │ └── template.md │ ├── polar │ │ ├── basic │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── coordinates │ │ │ ├── result.png │ │ │ └── template.md │ │ └── radialArea │ │ │ ├── result.png │ │ │ └── template.md │ ├── scatter │ │ ├── basic │ │ │ ├── result.gif │ │ │ ├── result.png │ │ │ └── template.md │ │ ├── bubbles │ │ │ ├── result.png │ │ │ └── template.md │ │ └── custom │ │ │ ├── result.png │ │ │ └── template.md │ ├── stackedArea │ │ ├── basic │ │ │ ├── result.gif │ │ │ ├── result.png │ │ │ └── template.md │ │ └── stepArea │ │ │ ├── result.gif │ │ │ ├── result.png │ │ │ └── template.md │ ├── stackedBars │ │ ├── basic │ │ │ ├── result.gif │ │ │ ├── result.png │ │ │ └── template.md │ │ └── groups │ │ │ ├── result.png │ │ │ └── template.md │ └── steplines │ │ └── basic │ │ ├── result.gif │ │ ├── result.png │ │ └── template.md └── shared │ ├── chart.md │ ├── datalabels.md │ ├── genericSample.md │ ├── genericSampleHeader.md │ ├── genericSampleJustGif.md │ ├── genericSampleJustGifHeader.md │ ├── genericSampleSimple.md │ ├── genericSampleSimpleHeader.md │ ├── legends.md │ ├── polarlabels.md │ ├── relatedTo.md │ ├── series.md │ ├── series2.md │ └── tooltips.md ├── generators └── LiveChartsGenerators │ ├── Definitions │ ├── BindablePropertyInitializer.cs │ ├── MotionProperty.cs │ ├── XamlObject.cs │ └── XamlProperty.cs │ ├── Frameworks │ ├── AvaloniaTemplate.cs │ ├── BlazorTempalte.cs │ ├── FrameworkTemplate.cs │ ├── Maui.cs │ ├── WPFTemplate.cs │ ├── WinUITemplate.cs │ └── WinformsTemplate.cs │ ├── LiveChartsGenerators.csproj │ ├── Properties │ └── launchSettings.json │ ├── Templates │ ├── MotionPropertyTemplates.cs │ ├── UIPropertyTempaltes.cs │ └── XamlObjectTempaltes.cs │ └── XamlFriendlyObjectsGenerator.cs ├── global.json ├── livecharts-icon-128x128.png ├── readme.txt ├── samples ├── .vsconfig ├── AvaloniaSample │ ├── App.axaml │ ├── App.axaml.cs │ ├── Assets │ │ ├── avalonia-logo.ico │ │ └── livecharts.png │ ├── AvaloniaSample.csproj │ ├── Axes │ │ ├── ColorsAndPosition │ │ │ ├── StringToPaintConverter.cs │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Crosshairs │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── CustomSeparatorsInterval │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── DateTimeScaled │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── LabelsFormat │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── LabelsFormat2 │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── LabelsRotation │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Logarithmic │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── MatchScale │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Multiple │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── NamedLabels │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Paging │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Shared │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Style │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ └── TimeSpanScaled │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ ├── Bars │ │ ├── AutoUpdate │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Basic │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Custom │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── DelayedAnimation │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Layered │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Race │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── RowsWithLabels │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Spacing │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ └── WithBackground │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ ├── Box │ │ └── Basic │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ ├── Design │ │ ├── LinearGradients │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── RadialGradients │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ └── StrokeDashArray │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ ├── Directory.Build.props │ ├── Error │ │ └── Basic │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ ├── Events │ │ ├── AddPointOnClick │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ └── Tutorial │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ ├── Financial │ │ └── BasicCandlesticks │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ ├── General │ │ ├── ChartToImage │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── ConditionalDraw │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── DrawOnCanvas │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── FirstChart │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Legends │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── MapPoints │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── MultiThreading │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── MultiThreading2 │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── NullPoints │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── RealTime │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Scrollable │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Sections │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Sections2 │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── TemplatedLegends │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── TemplatedTooltips │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── TooltipHoverArea │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Tooltips │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── UserDefinedTypes │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Visibility │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ └── VisualElements │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ ├── Heat │ │ └── Basic │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ ├── Lines │ │ ├── Area │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── AutoUpdate │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Basic │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Custom │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── CustomPoints │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Padding │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Properties │ │ │ ├── StringToPaintConverter.cs │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Straight │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── XY │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ └── Zoom │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ ├── MainView.axaml │ ├── MainView.axaml.cs │ ├── MainWindow.axaml │ ├── MainWindow.axaml.cs │ ├── MainWindowViewModel.cs │ ├── Maps │ │ └── World │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ ├── Pies │ │ ├── AngularGauge │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── AutoUpdate │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Basic │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Custom │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Doughnut │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Gauge │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Gauge1 │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Gauge2 │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Gauge3 │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Gauge4 │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Gauge5 │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Icons │ │ │ ├── CustomPieSeries.cs │ │ │ ├── SvgLabel.cs │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Nested │ │ │ ├── StringToPaintConverter.cs │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── NightingaleRose │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── OutLabels │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ └── Pushout │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ ├── Platforms │ │ ├── AvaloniaSample.Android │ │ │ ├── AvaloniaSample.Android.csproj │ │ │ ├── Icon.png │ │ │ ├── MainActivity.cs │ │ │ ├── Properties │ │ │ │ └── AndroidManifest.xml │ │ │ └── Resources │ │ │ │ ├── drawable │ │ │ │ └── splash_screen.xml │ │ │ │ ├── values-night │ │ │ │ └── colors.xml │ │ │ │ └── values │ │ │ │ ├── colors.xml │ │ │ │ └── styles.xml │ │ ├── AvaloniaSample.Browser │ │ │ ├── AvaloniaSample.Browser.csproj │ │ │ ├── Program.cs │ │ │ ├── Properties │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ └── launchSettings.json │ │ │ ├── runtimeconfig.template.json │ │ │ └── wwwroot │ │ │ │ ├── app.css │ │ │ │ ├── favicon.ico │ │ │ │ ├── index.html │ │ │ │ └── main.js │ │ ├── AvaloniaSample.Desktop │ │ │ ├── AvaloniaSample.Desktop.csproj │ │ │ ├── Program.cs │ │ │ └── app.manifest │ │ └── AvaloniaSample.iOS │ │ │ ├── AppDelegate.cs │ │ │ ├── AvaloniaSample.iOS.csproj │ │ │ ├── Entitlements.plist │ │ │ ├── Info.plist │ │ │ ├── Main.cs │ │ │ └── Resources │ │ │ └── LaunchScreen.xib │ ├── Polar │ │ ├── Basic │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Coordinates │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ └── RadialArea │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ ├── Properties │ │ └── launchSettings.json │ ├── SampleConverter.cs │ ├── Scatter │ │ ├── AutoUpdate │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Basic │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Bubbles │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ └── Custom │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ ├── StackedArea │ │ ├── Basic │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ └── StepArea │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ ├── StackedBars │ │ ├── Basic │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ └── Groups │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ ├── StepLines │ │ ├── Area │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── AutoUpdate │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Basic │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Custom │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Properties │ │ │ ├── StringToPaintConverter.cs │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ └── Zoom │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ ├── Test │ │ ├── ChangeSeriesInstance │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ ├── Dispose │ │ │ ├── UserControl1.axaml │ │ │ ├── UserControl1.axaml.cs │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ │ └── MotionCanvasDispose │ │ │ ├── UserControl1.axaml │ │ │ ├── UserControl1.axaml.cs │ │ │ ├── View.axaml │ │ │ └── View.axaml.cs │ └── VisualTest │ │ ├── DataTemplate │ │ ├── View.axaml │ │ └── View.axaml.cs │ │ ├── ReattachVisual │ │ ├── View.axaml │ │ └── View.axaml.cs │ │ ├── Tabs │ │ ├── View.axaml │ │ └── View.axaml.cs │ │ └── TwoChartsOneSeries │ │ ├── View.axaml │ │ └── View.axaml.cs ├── BlazorSample │ ├── App.razor │ ├── BlazorSample.csproj │ ├── Layout │ │ ├── MainLayout.razor │ │ ├── MainLayout.razor.css │ │ ├── NavMenu.razor │ │ └── NavMenu.razor.css │ ├── Pages │ │ ├── Axes │ │ │ ├── ColorsAndPosition.razor │ │ │ ├── Crosshairs.razor │ │ │ ├── CustomSeparatorsInterval.razor │ │ │ ├── DateTimeScaled.razor │ │ │ ├── LabelsFormat.razor │ │ │ ├── LabelsFormat2.razor │ │ │ ├── LabelsRotation.razor │ │ │ ├── Logarithmic.razor │ │ │ ├── MatchScale.razor │ │ │ ├── Multiple.razor │ │ │ ├── NamedLabels.razor │ │ │ ├── Paging.razor │ │ │ ├── Shared.razor │ │ │ ├── Style.razor │ │ │ └── TimeSpanScaled.razor │ │ ├── Bars │ │ │ ├── AutoUpdate.razor │ │ │ ├── Basic.razor │ │ │ ├── Custom.razor │ │ │ ├── DelayedAnimation.razor │ │ │ ├── Layered.razor │ │ │ ├── Race.razor │ │ │ ├── RowsWithLabels.razor │ │ │ ├── Spacing.razor │ │ │ └── WithBackground.razor │ │ ├── Box │ │ │ └── Basic.razor │ │ ├── Counter.razor │ │ ├── Design │ │ │ ├── LinearGradients.razor │ │ │ ├── RadialGradients.razor │ │ │ └── StrokeDashArray.razor │ │ ├── Error │ │ │ └── Basic.razor │ │ ├── Events │ │ │ ├── AddPointOnClick.razor │ │ │ └── Tutorial.razor │ │ ├── Financial │ │ │ └── BasicCandlesticks.razor │ │ ├── General │ │ │ ├── ChartToImage.razor │ │ │ ├── ConditionalDraw.razor │ │ │ ├── DrawOnCanvas.razor │ │ │ ├── FirstChart.razor │ │ │ ├── Legends.razor │ │ │ ├── MapPoints.razor │ │ │ ├── MultiThreading.razor │ │ │ ├── MultiThreading2.razor │ │ │ ├── NullPoints.razor │ │ │ ├── RealTime.razor │ │ │ ├── Scrollable.razor │ │ │ ├── Sections.razor │ │ │ ├── Sections2.razor │ │ │ ├── TemplatedLegends.razor │ │ │ ├── TemplatedTooltips.razor │ │ │ ├── Tooltips.razor │ │ │ ├── UserDefinedTypes.razor │ │ │ ├── Visibility.razor │ │ │ └── VisualElements.razor │ │ ├── Heat │ │ │ └── Basic.razor │ │ ├── Home.razor │ │ ├── Lines │ │ │ ├── Area.razor │ │ │ ├── AutoUpdate.razor │ │ │ ├── Basic.razor │ │ │ ├── Custom.razor │ │ │ ├── CustomPoints.razor │ │ │ ├── Padding.razor │ │ │ ├── Properties.razor │ │ │ ├── Straight.razor │ │ │ ├── XY.razor │ │ │ └── Zoom.razor │ │ ├── Maps │ │ │ └── World.razor │ │ ├── Pies │ │ │ ├── AngularGauge.razor │ │ │ ├── AutoUpdate.razor │ │ │ ├── Basic.razor │ │ │ ├── Custom.razor │ │ │ ├── Doughnut.razor │ │ │ ├── Gauge1.razor │ │ │ ├── Gauge2.razor │ │ │ ├── Gauge3.razor │ │ │ ├── Gauge4.razor │ │ │ ├── Gauge5.razor │ │ │ ├── Icons.razor │ │ │ ├── Nested.razor │ │ │ ├── NightingaleRose.razor │ │ │ ├── OutLabels.razor │ │ │ └── Pushout.razor │ │ ├── Polar │ │ │ ├── Basic.razor │ │ │ ├── Coordinates.razor │ │ │ └── RadialArea.razor │ │ ├── Scatter │ │ │ ├── AutoUpdate.razor │ │ │ ├── Basic.razor │ │ │ ├── Bubbles.razor │ │ │ └── Custom.razor │ │ ├── StackedArea │ │ │ ├── Basic.razor │ │ │ └── StepArea.razor │ │ ├── StackedBars │ │ │ ├── Basic.razor │ │ │ └── Groups.razor │ │ ├── StepLines │ │ │ ├── Area.razor │ │ │ ├── AutoUpdate.razor │ │ │ ├── Basic.razor │ │ │ ├── Custom.razor │ │ │ ├── Properties.razor │ │ │ └── Zoom.razor │ │ ├── Test │ │ │ └── Dispose.razor │ │ ├── VisualTest │ │ │ └── TwoChartsOneSeries.razor │ │ └── Weather.razor │ ├── Program.cs │ ├── Properties │ │ └── launchSettings.json │ ├── _Imports.razor │ └── wwwroot │ │ ├── Source Han Sans CN Light.otf │ │ ├── css │ │ └── app.css │ │ ├── favicon.png │ │ ├── icon-192.png │ │ ├── index.html │ │ ├── lib │ │ └── bootstrap │ │ │ └── dist │ │ │ ├── css │ │ │ ├── bootstrap-grid.css │ │ │ ├── bootstrap-grid.css.map │ │ │ ├── bootstrap-grid.min.css │ │ │ ├── bootstrap-grid.min.css.map │ │ │ ├── bootstrap-grid.rtl.css │ │ │ ├── bootstrap-grid.rtl.css.map │ │ │ ├── bootstrap-grid.rtl.min.css │ │ │ ├── bootstrap-grid.rtl.min.css.map │ │ │ ├── bootstrap-reboot.css │ │ │ ├── bootstrap-reboot.css.map │ │ │ ├── bootstrap-reboot.min.css │ │ │ ├── bootstrap-reboot.min.css.map │ │ │ ├── bootstrap-reboot.rtl.css │ │ │ ├── bootstrap-reboot.rtl.css.map │ │ │ ├── bootstrap-reboot.rtl.min.css │ │ │ ├── bootstrap-reboot.rtl.min.css.map │ │ │ ├── bootstrap-utilities.css │ │ │ ├── bootstrap-utilities.css.map │ │ │ ├── bootstrap-utilities.min.css │ │ │ ├── bootstrap-utilities.min.css.map │ │ │ ├── bootstrap-utilities.rtl.css │ │ │ ├── bootstrap-utilities.rtl.css.map │ │ │ ├── bootstrap-utilities.rtl.min.css │ │ │ ├── bootstrap-utilities.rtl.min.css.map │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.css.map │ │ │ ├── bootstrap.min.css │ │ │ ├── bootstrap.min.css.map │ │ │ ├── bootstrap.rtl.css │ │ │ ├── bootstrap.rtl.css.map │ │ │ ├── bootstrap.rtl.min.css │ │ │ └── bootstrap.rtl.min.css.map │ │ │ └── js │ │ │ ├── bootstrap.bundle.js │ │ │ ├── bootstrap.bundle.js.map │ │ │ ├── bootstrap.bundle.min.js │ │ │ ├── bootstrap.bundle.min.js.map │ │ │ ├── bootstrap.esm.js │ │ │ ├── bootstrap.esm.js.map │ │ │ ├── bootstrap.esm.min.js │ │ │ ├── bootstrap.esm.min.js.map │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.js.map │ │ │ ├── bootstrap.min.js │ │ │ └── bootstrap.min.js.map │ │ └── sample-data │ │ └── weather.json ├── ConsoleSample │ └── ConsoleSample │ │ ├── ConsoleSample.csproj │ │ └── Program.cs ├── EtoFormsSample │ ├── Axes │ │ ├── ColorsAndPosition │ │ │ └── View.cs │ │ ├── Crosshairs │ │ │ └── View.cs │ │ ├── CustomSeparatorsInterval │ │ │ └── View.cs │ │ ├── DateTimeScaled │ │ │ └── View.cs │ │ ├── LabelsFormat │ │ │ └── View.cs │ │ ├── LabelsFormat2 │ │ │ └── View.cs │ │ ├── LabelsRotation │ │ │ └── View.cs │ │ ├── Logarithmic │ │ │ └── View.cs │ │ ├── MatchScale │ │ │ └── View.cs │ │ ├── Multiple │ │ │ └── View.cs │ │ ├── NamedLabels │ │ │ └── View.cs │ │ ├── Paging │ │ │ └── View.cs │ │ ├── Shared │ │ │ └── View.cs │ │ ├── Style │ │ │ └── View.cs │ │ └── TimeSpanScaled │ │ │ └── View.cs │ ├── Bars │ │ ├── AutoUpdate │ │ │ └── View.cs │ │ ├── Basic │ │ │ └── View.cs │ │ ├── Custom │ │ │ └── View.cs │ │ ├── DelayedAnimation │ │ │ └── View.cs │ │ ├── Layered │ │ │ └── View.cs │ │ ├── Race │ │ │ └── View.cs │ │ ├── RowsWithLabels │ │ │ └── View.cs │ │ ├── Spacing │ │ │ └── View.cs │ │ └── WithBackground │ │ │ └── View.cs │ ├── Box │ │ └── Basic │ │ │ └── View.cs │ ├── Design │ │ ├── LinearGradients │ │ │ └── View.cs │ │ ├── RadialGradients │ │ │ └── View.cs │ │ └── StrokeDashArray │ │ │ └── View.cs │ ├── Error │ │ └── Basic │ │ │ └── View.cs │ ├── EtoFormsSample.csproj │ ├── Events │ │ ├── AddPointOnClick │ │ │ └── View.cs │ │ └── Tutorial │ │ │ └── View.cs │ ├── Financial │ │ └── BasicCandleSticks │ │ │ └── View.cs │ ├── Form1.cs │ ├── General │ │ ├── ChartToImage │ │ │ └── View.cs │ │ ├── ConditionalDraw │ │ │ └── View.cs │ │ ├── DrawOnCanvas │ │ │ └── View.cs │ │ ├── FirstChart │ │ │ └── View.cs │ │ ├── Legends │ │ │ └── View.cs │ │ ├── MapPoints │ │ │ └── View.cs │ │ ├── MultiThreading │ │ │ └── View.cs │ │ ├── MultiThreading2 │ │ │ └── View.cs │ │ ├── NullPoints │ │ │ └── View.cs │ │ ├── RealTime │ │ │ └── View.cs │ │ ├── Scrollable │ │ │ └── View.cs │ │ ├── Sections │ │ │ └── View.cs │ │ ├── Sections2 │ │ │ └── View.cs │ │ ├── TemplatedLegends │ │ │ └── View.cs │ │ ├── TemplatedTooltips │ │ │ └── View.cs │ │ ├── Tooltips │ │ │ └── View.cs │ │ ├── UserDefinedTypes │ │ │ └── View.cs │ │ ├── Visibility │ │ │ └── View.cs │ │ └── VisualElements │ │ │ └── View.cs │ ├── GlobalSuppressions.cs │ ├── Heat │ │ └── Basic │ │ │ └── View.cs │ ├── Images │ │ ├── gtkdemo.gif │ │ ├── livecharts.png │ │ ├── macdemo.gif │ │ └── wpfdemo.gif │ ├── Lines │ │ ├── Area │ │ │ └── View.cs │ │ ├── AutoUpdate │ │ │ └── View.cs │ │ ├── Basic │ │ │ └── View.cs │ │ ├── Custom │ │ │ └── View.cs │ │ ├── CustomPoints │ │ │ └── View.cs │ │ ├── Padding │ │ │ └── View.cs │ │ ├── Properties │ │ │ └── View.cs │ │ ├── Straight │ │ │ └── View.cs │ │ ├── XY │ │ │ └── View.cs │ │ └── Zoom │ │ │ └── View.cs │ ├── Maps │ │ └── World │ │ │ └── View.cs │ ├── Pies │ │ ├── AngularGauge │ │ │ └── View.cs │ │ ├── AutoUpdate │ │ │ └── View.cs │ │ ├── Basic │ │ │ └── View.cs │ │ ├── Custom │ │ │ └── View.cs │ │ ├── Doughnut │ │ │ └── View.cs │ │ ├── Gauge1 │ │ │ └── View.cs │ │ ├── Gauge2 │ │ │ └── View.cs │ │ ├── Gauge3 │ │ │ └── View.cs │ │ ├── Gauge4 │ │ │ └── View.cs │ │ ├── Gauge5 │ │ │ └── View.cs │ │ ├── Icons │ │ │ ├── CustomPieSeries.cs │ │ │ ├── SvgLabel.cs │ │ │ └── View.cs │ │ ├── Nested │ │ │ └── View.cs │ │ ├── NightingaleRose │ │ │ └── View.cs │ │ ├── OutLabels │ │ │ └── View.cs │ │ └── Pushout │ │ │ └── View.cs │ ├── Polar │ │ ├── Basic │ │ │ └── View.cs │ │ ├── Coordinates │ │ │ └── View.cs │ │ └── RadialArea │ │ │ └── View.cs │ ├── Program.cs │ ├── Scatter │ │ ├── AutoUpdate │ │ │ └── View.cs │ │ ├── Basic │ │ │ └── View.cs │ │ ├── Bubbles │ │ │ └── View.cs │ │ └── Custom │ │ │ └── View.cs │ ├── StackedArea │ │ ├── Basic │ │ │ └── View.cs │ │ └── StepArea │ │ │ └── View.cs │ ├── StackedBars │ │ ├── Basic │ │ │ └── View.cs │ │ └── Groups │ │ │ └── View.cs │ ├── StepLines │ │ ├── Area │ │ │ └── View.cs │ │ ├── AutoUpdate │ │ │ └── View.cs │ │ ├── Basic │ │ │ └── View.cs │ │ ├── Custom │ │ │ └── View.cs │ │ ├── Properties │ │ │ └── View.cs │ │ └── Zoom │ │ │ └── View.cs │ ├── Test │ │ ├── ChangeSeriesInstance │ │ │ └── View.cs │ │ ├── Dispose │ │ │ └── View.cs │ │ └── MotionCanvasDispose │ │ │ └── View.cs │ └── VisualTest │ │ ├── DataTemplate │ │ └── View.cs │ │ ├── ReattachVisual │ │ └── View.cs │ │ ├── Tabs │ │ └── View.cs │ │ └── TwoChartsOneSeries │ │ └── View.cs ├── IChartEntitySample │ ├── IChartEntitySample.csproj │ ├── Program.cs │ └── data.json ├── MappersSamples │ ├── MappersSamples.csproj │ ├── Program.cs │ ├── cities.json │ └── data.json ├── MauiSample │ ├── App.xaml │ ├── App.xaml.cs │ ├── AppShell.xaml │ ├── AppShell.xaml.cs │ ├── Axes │ │ ├── ColorsAndPosition │ │ │ ├── StringToPaintConverter.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Crosshairs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── CustomSeparatorsInterval │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── DateTimeScaled │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── LabelsFormat │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── LabelsFormat2 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── LabelsRotation │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Logarithmic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── MatchScale │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Multiple │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── NamedLabels │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Paging │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Shared │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Style │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── TimeSpanScaled │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Bars │ │ ├── AutoUpdate │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Custom │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── DelayedAnimation │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Layered │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Race │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── RowsWithLabels │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Spacing │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── WithBackground │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Box │ │ └── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Design │ │ ├── LinearGradients │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── RadialGradients │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── StrokeDashArray │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Error │ │ └── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Events │ │ ├── AddPointOnClick │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Tutorial │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Financial │ │ └── BasicCandlesticks │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── General │ │ ├── ChartToImage │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── ConditionalDraw │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── DrawOnCanvas │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── FirstChart │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Legends │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── MapPoints │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── MultiThreading │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── MultiThreading2 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── NullPoints │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── RealTime │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Scrollable │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Sections │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Sections2 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── TemplatedLegends │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── TemplatedTooltips │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Tooltips │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── UserDefinedTypes │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Visibility │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── VisualElements │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── GlobalSuppressions.cs │ ├── Heat │ │ └── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Lines │ │ ├── Area │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── AutoUpdate │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Custom │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── CustomPoints │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Padding │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Properties │ │ │ ├── StringToPaintConverter.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Straight │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── XY │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Zoom │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Maps │ │ └── World │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── MauiProgram.cs │ ├── MauiSample.csproj │ ├── Pies │ │ ├── AngularGauge │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── AutoUpdate │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Custom │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Doughnut │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Gauge1 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Gauge2 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Gauge3 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Gauge4 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Gauge5 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Icons │ │ │ ├── CustomPieSeries.cs │ │ │ ├── SvgLabel.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Nested │ │ │ ├── StringToPaintConverter.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── NightingaleRose │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── OutLabels │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Pushout │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Platforms │ │ ├── Android │ │ │ ├── AndroidManifest.xml │ │ │ ├── MainActivity.cs │ │ │ ├── MainApplication.cs │ │ │ └── Resources │ │ │ │ └── values │ │ │ │ └── colors.xml │ │ ├── MacCatalyst │ │ │ ├── AppDelegate.cs │ │ │ ├── Info.plist │ │ │ └── Program.cs │ │ ├── Windows │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── Package.appxmanifest │ │ │ └── app.manifest │ │ └── iOS │ │ │ ├── AppDelegate.cs │ │ │ ├── Info.plist │ │ │ └── Program.cs │ ├── Polar │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Coordinates │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── RadialArea │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Properties │ │ └── launchSettings.json │ ├── Resources │ │ ├── AppIcon │ │ │ ├── appicon.svg │ │ │ └── appiconfg.svg │ │ ├── Fonts │ │ │ ├── OpenSans-Regular.ttf │ │ │ └── OpenSans-Semibold.ttf │ │ ├── Images │ │ │ └── dotnet_bot.svg │ │ ├── Raw │ │ │ └── AboutAssets.txt │ │ ├── Splash │ │ │ └── splash.svg │ │ ├── Styles.xaml │ │ ├── Styles │ │ │ ├── Colors.xaml │ │ │ └── Styles.xaml │ │ ├── appicon.svg │ │ └── appiconfg.svg │ ├── Scatter │ │ ├── AutoUpdate │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Bubbles │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Custom │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── StackedArea │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── StepArea │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── StackedBars │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Groups │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── StepLines │ │ ├── Area │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── AutoUpdate │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Custom │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Properties │ │ │ ├── StringToPaintConverter.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Zoom │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Test │ │ └── Dispose │ │ │ ├── NewPage1.xaml │ │ │ ├── NewPage1.xaml.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ └── VisualTest │ │ ├── DataTemplate │ │ ├── View.xaml │ │ └── View.xaml.cs │ │ ├── ReattachVisual │ │ ├── View.xaml │ │ └── View.xaml.cs │ │ ├── Tabs │ │ ├── View.xaml │ │ └── View.xaml.cs │ │ └── TwoChartsOneSeries │ │ ├── View.xaml │ │ └── View.xaml.cs ├── NuGet.config ├── QuestPDFSample │ ├── Program.cs │ └── QuestPDFSample.csproj ├── UnoPlatformSample │ ├── .editorconfig │ ├── .gitignore │ ├── .run │ │ ├── Readme.md │ │ └── UnoPlatformSample.run.xml │ ├── .vscode │ │ ├── extensions.json │ │ ├── launch.json │ │ ├── settings.json │ │ └── tasks.json │ ├── .vsconfig │ ├── Directory.Build.props │ ├── Directory.Build.targets │ ├── Directory.Packages.props │ ├── UnoPlatformSample.slnx │ ├── UnoPlatformSample │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── Assets │ │ │ ├── Icons │ │ │ │ ├── icon.svg │ │ │ │ └── icon_foreground.svg │ │ │ ├── SharedAssets.md │ │ │ └── Splash │ │ │ │ └── splash_screen.svg │ │ ├── Content │ │ │ └── Client │ │ │ │ └── WeatherServiceClient │ │ │ │ ├── Api │ │ │ │ ├── ApiRequestBuilder.cs │ │ │ │ └── Weatherforecast │ │ │ │ │ └── WeatherforecastRequestBuilder.cs │ │ │ │ ├── Models │ │ │ │ └── WeatherForecast.cs │ │ │ │ ├── WeatherServiceClient.cs │ │ │ │ └── kiota-lock.json │ │ ├── GlobalUsings.cs │ │ ├── Models │ │ │ ├── AppConfig.cs │ │ │ ├── Entity.cs │ │ │ └── WeatherForecast.cs │ │ ├── Package.appxmanifest │ │ ├── Platforms │ │ │ ├── Android │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── Assets │ │ │ │ │ └── AboutAssets.txt │ │ │ │ ├── Main.Android.cs │ │ │ │ ├── MainActivity.Android.cs │ │ │ │ ├── Resources │ │ │ │ │ ├── AboutResources.txt │ │ │ │ │ └── values │ │ │ │ │ │ ├── Strings.xml │ │ │ │ │ │ └── Styles.xml │ │ │ │ └── environment.conf │ │ │ ├── Desktop │ │ │ │ └── Program.cs │ │ │ ├── WebAssembly │ │ │ │ ├── LinkerConfig.xml │ │ │ │ ├── Program.cs │ │ │ │ ├── WasmCSS │ │ │ │ │ └── Fonts.css │ │ │ │ ├── WasmScripts │ │ │ │ │ └── AppManifest.js │ │ │ │ ├── manifest.webmanifest │ │ │ │ └── wwwroot │ │ │ │ │ ├── staticwebapp.config.json │ │ │ │ │ └── web.config │ │ │ └── iOS │ │ │ │ ├── Entitlements.plist │ │ │ │ ├── Info.plist │ │ │ │ ├── Main.iOS.cs │ │ │ │ ├── Media.xcassets │ │ │ │ └── LaunchImages.launchimage │ │ │ │ │ └── Contents.json │ │ │ │ └── PrivacyInfo.xcprivacy │ │ ├── Presentation │ │ │ ├── IndexToContentConverter.cs │ │ │ ├── MainModel.cs │ │ │ ├── MainPage.xaml │ │ │ ├── MainPage.xaml.cs │ │ │ ├── SecondModel.cs │ │ │ ├── SecondPage.xaml │ │ │ ├── SecondPage.xaml.cs │ │ │ ├── Shell.xaml │ │ │ ├── Shell.xaml.cs │ │ │ └── ShellModel.cs │ │ ├── Properties │ │ │ ├── PublishProfiles │ │ │ │ ├── win-arm64.pubxml │ │ │ │ ├── win-x64.pubxml │ │ │ │ └── win-x86.pubxml │ │ │ └── launchSettings.json │ │ ├── ReadMe.md │ │ ├── Serialization │ │ │ └── WeatherForecastContext.cs │ │ ├── Services │ │ │ ├── Caching │ │ │ │ ├── IWeatherCache.cs │ │ │ │ └── WeatherCache.cs │ │ │ └── Endpoints │ │ │ │ ├── DebugHandler.cs │ │ │ │ └── IApiClient.cs │ │ ├── Specs │ │ │ └── WeatherForecast.swagger.json │ │ ├── Strings │ │ │ ├── en │ │ │ │ └── Resources.resw │ │ │ ├── es │ │ │ │ └── Resources.resw │ │ │ ├── fr │ │ │ │ └── Resources.resw │ │ │ └── pt-BR │ │ │ │ └── Resources.resw │ │ ├── Styles │ │ │ ├── ColorPaletteOverride.json │ │ │ └── ColorPaletteOverride.xaml │ │ ├── UnoPlatformSample.csproj │ │ ├── app.manifest │ │ ├── appsettings.development.json │ │ └── appsettings.json │ └── global.json ├── ViewModelsSamples │ ├── Axes │ │ ├── ColorsAndPosition │ │ │ └── ViewModel.cs │ │ ├── Crosshairs │ │ │ └── ViewModel.cs │ │ ├── CustomSeparatorsInterval │ │ │ └── ViewModel.cs │ │ ├── DateTimeScaled │ │ │ └── ViewModel.cs │ │ ├── LabelsFormat │ │ │ └── ViewModel.cs │ │ ├── LabelsFormat2 │ │ │ └── ViewModel.cs │ │ ├── LabelsRotation │ │ │ └── ViewModel.cs │ │ ├── Logarithmic │ │ │ ├── LogarithmicPoint.cs │ │ │ └── ViewModel.cs │ │ ├── MatchScale │ │ │ ├── CustomScaleExtensions.cs │ │ │ ├── InchScaleExtensions.cs │ │ │ └── ViewModel.cs │ │ ├── Multiple │ │ │ └── ViewModel.cs │ │ ├── NamedLabels │ │ │ └── ViewModel.cs │ │ ├── Paging │ │ │ └── ViewModel.cs │ │ ├── Shared │ │ │ └── ViewModel.cs │ │ ├── Style │ │ │ └── ViewModel.cs │ │ └── TimeSpanScaled │ │ │ └── ViewModel.cs │ ├── Bars │ │ ├── AutoUpdate │ │ │ └── ViewModel.cs │ │ ├── Basic │ │ │ └── ViewModel.cs │ │ ├── Custom │ │ │ ├── MyGeometry.cs │ │ │ └── ViewModel.cs │ │ ├── DelayedAnimation │ │ │ └── ViewModel.cs │ │ ├── Layered │ │ │ └── ViewModel.cs │ │ ├── Race │ │ │ └── ViewModel.cs │ │ ├── RowsWithLabels │ │ │ └── ViewModel.cs │ │ ├── Spacing │ │ │ └── ViewModel.cs │ │ └── WithBackground │ │ │ └── ViewModel.cs │ ├── Box │ │ └── Basic │ │ │ └── ViewModel.cs │ ├── Design │ │ ├── LinearGradients │ │ │ └── ViewModel.cs │ │ ├── RadialGradients │ │ │ └── ViewModel.cs │ │ └── StrokeDashArray │ │ │ └── ViewModel.cs │ ├── Error │ │ └── Basic │ │ │ └── ViewModel.cs │ ├── Events │ │ ├── AddPointOnClick │ │ │ └── ViewModel.cs │ │ ├── OverrideFind │ │ │ └── ViewModel.cs │ │ └── Tutorial │ │ │ └── ViewModel.cs │ ├── Financial │ │ └── BasicCandlesticks │ │ │ └── ViewModel.cs │ ├── General │ │ ├── ChartToImage │ │ │ └── ViewModel.cs │ │ ├── ConditionalDraw │ │ │ └── ViewModel.cs │ │ ├── DrawOnCanvas │ │ │ └── ViewModel.cs │ │ ├── Legends │ │ │ └── ViewModel.cs │ │ ├── MapPoints │ │ │ └── ViewModel.cs │ │ ├── MultiThreading │ │ │ └── ViewModel.cs │ │ ├── MultiThreading2 │ │ │ └── ViewModel.cs │ │ ├── NullPoints │ │ │ └── ViewModel.cs │ │ ├── RealTime │ │ │ └── ViewModel.cs │ │ ├── Scrollable │ │ │ └── ViewModel.cs │ │ ├── Sections │ │ │ └── ViewModel.cs │ │ ├── Sections2 │ │ │ └── ViewModel.cs │ │ ├── TemplatedLegends │ │ │ ├── CustomLegend.cs │ │ │ ├── LegendItem.cs │ │ │ └── ViewModel.cs │ │ ├── TemplatedTooltips │ │ │ ├── CustomTooltip.cs │ │ │ └── ViewModel.cs │ │ ├── TooltipHoverArea │ │ │ └── ViewModel.cs │ │ ├── Tooltips │ │ │ └── ViewModel.cs │ │ ├── UserDefinedTypes │ │ │ ├── City.cs │ │ │ └── ViewModel.cs │ │ ├── Visibility │ │ │ └── ViewModel.cs │ │ └── VisualElements │ │ │ ├── AbsoluteVisual.cs │ │ │ ├── ContainerVisual.cs │ │ │ ├── CustomSkiaShape.cs │ │ │ ├── CustomVisual.cs │ │ │ ├── PointerDownAwareVisual.cs │ │ │ ├── RectangleVisual.cs │ │ │ ├── ScaledRectangleVisual.cs │ │ │ ├── StackedVisual.cs │ │ │ ├── SvgVisual.cs │ │ │ ├── TableVisual.cs │ │ │ ├── ThemedVisual.cs │ │ │ └── ViewModel.cs │ ├── GlobalSuppressions.cs │ ├── Heat │ │ └── Basic │ │ │ └── ViewModel.cs │ ├── Index.cs │ ├── Lines │ │ ├── Area │ │ │ └── ViewModel.cs │ │ ├── AutoUpdate │ │ │ └── ViewModel.cs │ │ ├── Basic │ │ │ └── ViewModel.cs │ │ ├── Custom │ │ │ ├── MyGeometry.cs │ │ │ └── ViewModel.cs │ │ ├── CustomPoints │ │ │ └── ViewModel.cs │ │ ├── Padding │ │ │ └── ViewModel.cs │ │ ├── Properties │ │ │ └── ViewModel.cs │ │ ├── Straight │ │ │ └── ViewModel.cs │ │ ├── XY │ │ │ └── ViewModel.cs │ │ └── Zoom │ │ │ └── ViewModel.cs │ ├── LiveChartsAppSettings.cs │ ├── LiveChartsRenderSettings.cs │ ├── LiveChartsThemeExtensions.cs │ ├── Maps │ │ └── World │ │ │ └── ViewModel.cs │ ├── Pies │ │ ├── AngularGauge │ │ │ ├── CustomNeedle.cs │ │ │ ├── SmallNeedle.cs │ │ │ └── ViewModel.cs │ │ ├── AutoUpdate │ │ │ └── ViewModel.cs │ │ ├── Basic │ │ │ └── ViewModel.cs │ │ ├── Custom │ │ │ └── ViewModel.cs │ │ ├── Doughnut │ │ │ └── ViewModel.cs │ │ ├── Gauge │ │ │ └── ViewModel.cs │ │ ├── Gauge1 │ │ │ └── ViewModel.cs │ │ ├── Gauge2 │ │ │ └── ViewModel.cs │ │ ├── Gauge3 │ │ │ └── ViewModel.cs │ │ ├── Gauge4 │ │ │ └── ViewModel.cs │ │ ├── Gauge5 │ │ │ └── ViewModel.cs │ │ ├── Icons │ │ │ └── ViewModel.cs │ │ ├── Nested │ │ │ └── ViewModel.cs │ │ ├── NightingaleRose │ │ │ └── ViewModel.cs │ │ ├── OutLabels │ │ │ └── ViewModel.cs │ │ └── Pushout │ │ │ └── ViewModel.cs │ ├── Polar │ │ ├── Basic │ │ │ └── ViewModel.cs │ │ ├── Coordinates │ │ │ └── ViewModel.cs │ │ ├── RadialArea │ │ │ └── ViewModel.cs │ │ └── Test │ │ │ └── ViewModel.cs │ ├── Scatter │ │ ├── AutoUpdate │ │ │ └── ViewModel.cs │ │ ├── Basic │ │ │ └── ViewModel.cs │ │ ├── Bubbles │ │ │ └── ViewModel.cs │ │ └── Custom │ │ │ ├── MyGeometry.cs │ │ │ └── ViewModel.cs │ ├── StackedArea │ │ ├── Basic │ │ │ └── ViewModel.cs │ │ └── StepArea │ │ │ └── ViewModel.cs │ ├── StackedBars │ │ ├── Basic │ │ │ └── ViewModel.cs │ │ └── Groups │ │ │ └── ViewModel.cs │ ├── StepLines │ │ ├── Area │ │ │ └── ViewModel.cs │ │ ├── AutoUpdate │ │ │ └── ViewModel.cs │ │ ├── Basic │ │ │ └── ViewModel.cs │ │ ├── Custom │ │ │ ├── MyGeometry.cs │ │ │ └── ViewModel.cs │ │ ├── Properties │ │ │ └── ViewModel.cs │ │ └── Zoom │ │ │ └── ViewModel.cs │ ├── Test │ │ ├── ChangeSeriesInstance │ │ │ └── ViewModel.cs │ │ ├── Dispose │ │ │ └── ViewModel.cs │ │ └── MotionCanvasDispose │ │ │ └── ViewModel.cs │ ├── ViewModelsSamples.csproj │ └── VisualTest │ │ ├── DataTemplate │ │ └── ViewModel.cs │ │ ├── ReattachVisual │ │ └── ViewModel.cs │ │ ├── Tabs │ │ └── ViewModel.cs │ │ └── TwoChartsOneSeries │ │ └── ViewModel.cs ├── VorticeSample │ ├── LiveChartsCore.Vortice │ │ ├── Axis.cs │ │ ├── CartesianChart.cs │ │ ├── ColumnSeries.cs │ │ ├── Drawing │ │ │ ├── Geometries │ │ │ │ ├── LabelGeometry.cs │ │ │ │ ├── LineGeometry.cs │ │ │ │ ├── RectangleGeometry.cs │ │ │ │ └── RoundedRectangleGeometry.cs │ │ │ ├── Layouts │ │ │ │ ├── AbsoluteLayout.cs │ │ │ │ ├── Container.cs │ │ │ │ ├── StackLayout.cs │ │ │ │ └── TableLayout.cs │ │ │ └── VorticeDrawingContext.cs │ │ ├── Hack.cs │ │ ├── LiveChartsCore.Vortice.csproj │ │ ├── LiveChartsGeneratedCode │ │ │ ├── SourceGenCartesianChart.cs │ │ │ ├── SourceGenChart.cs │ │ │ ├── SourceGenPieChart.cs │ │ │ └── SourceGenPolarChart.cs │ │ ├── LiveChartsVortice.cs │ │ ├── MotionCanvas.cs │ │ ├── Painting │ │ │ ├── SolidColorPaint.cs │ │ │ └── VorticePaint.cs │ │ └── VorticeProvider.cs │ ├── Vortice.SampleFramework │ │ ├── AppTextRenderer.cs │ │ ├── Application.cs │ │ ├── Enums.cs │ │ ├── IGraphicsDevice.cs │ │ ├── IMyUIFrameworkControl.cs │ │ ├── NativeMethods.json │ │ ├── NativeMethods.txt │ │ ├── Platforms │ │ │ ├── NetStandard │ │ │ │ ├── Application.cs │ │ │ │ └── Window.cs │ │ │ └── UWP │ │ │ │ ├── Application.cs │ │ │ │ └── Window.cs │ │ ├── ShaderCompiler.cs │ │ ├── VertexPositionColor.cs │ │ ├── Vortice.SampleFramework.csproj │ │ └── Window.cs │ └── VorticeSample │ │ ├── Program.cs │ │ ├── TestApplication.cs │ │ └── VorticeSample.csproj ├── WPFSample │ ├── App.xaml │ ├── App.xaml.cs │ ├── AssemblyInfo.cs │ ├── Axes │ │ ├── ColorsAndPosition │ │ │ ├── StringToPaintConverter.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Crosshairs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── CustomSeparatorsInterval │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── DateTimeScaled │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── LabelsFormat │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── LabelsFormat2 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── LabelsRotation │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Logarithmic │ │ │ ├── LogarithmicSeries.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── MatchScale │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Multiple │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── NamedLabels │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Paging │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Shared │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Style │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── TimeSpanScaled │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Bars │ │ ├── AutoUpdate │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Custom │ │ │ ├── CustomSeries.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── DelayedAnimation │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Layered │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Race │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── RowsWithLabels │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Spacing │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── WithBackground │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Box │ │ └── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Design │ │ ├── LinearGradients │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── RadialGradients │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── StrokeDashArray │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Error │ │ └── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Events │ │ ├── AddPointOnClick │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Tutorial │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Financial │ │ └── BasicCandlesticks │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── General │ │ ├── ChartToImage │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── ConditionalDraw │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── DrawOnCanvas │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── FirstChart │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Legends │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── MapPoints │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── MultiThreading │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── MultiThreading2 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── NullPoints │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── RealTime │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Scrollable │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Sections │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Sections2 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── TemplatedLegends │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── TemplatedTooltips │ │ │ ├── CustomGeometryPointColumnSeries.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Tooltips │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── UserDefinedTypes │ │ │ ├── CustomCityLineSeries.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Visibility │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── VisualElements │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── GlobalSuppressions.cs │ ├── Heat │ │ └── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Images │ │ └── livecharts.png │ ├── Lines │ │ ├── Area │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── AutoUpdate │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Basic │ │ │ ├── CustomStarLineSeries.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Custom │ │ │ ├── CustomSeries.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── CustomPoints │ │ │ ├── CustomArrowLineSeries.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Padding │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Properties │ │ │ ├── StringToPaintConverter.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Straight │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── XY │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Zoom │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Maps │ │ └── World │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Pies │ │ ├── AngularGauge │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── AutoUpdate │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Custom │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Doughnut │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Gauge │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Gauge1 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Gauge2 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Gauge3 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Gauge4 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Gauge5 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Icons │ │ │ ├── CustomPieSeries.cs │ │ │ ├── SvgLabel.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Nested │ │ │ ├── StringToPaintConverter.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── NightingaleRose │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── OutLabels │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Pushout │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Polar │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Coordinates │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── RadialArea │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Test │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Scatter │ │ ├── AutoUpdate │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Bubbles │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Custom │ │ │ ├── CustomSeries.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── StackedArea │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── StepArea │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── StackedBars │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Groups │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── StepLines │ │ ├── Area │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── AutoUpdate │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Custom │ │ │ ├── MyGeometry.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Properties │ │ │ ├── StringToPaintConverter.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Zoom │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Test │ │ ├── ChangeSeriesInstance │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Dispose │ │ │ ├── UserControl1.xaml │ │ │ ├── UserControl1.xaml.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── MotionCanvasDispose │ │ │ ├── UserControl1.xaml │ │ │ ├── UserControl1.xaml.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── VisualTest │ │ ├── DataTemplate │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── ReattachVisual │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Tabs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── TwoChartsOneSeries │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ └── WPFSample.csproj ├── WinFormsSample │ ├── Axes │ │ ├── ColorsAndPosition │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Crosshairs │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── CustomSeparatorsInterval │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── DateTimeScaled │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── LabelsFormat │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── LabelsFormat2 │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── LabelsRotation │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Logarithmic │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── MatchScale │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Multiple │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── NamedLabels │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Paging │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Shared │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Style │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ └── TimeSpanScaled │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ ├── Bars │ │ ├── AutoUpdate │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Basic │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Custom │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── DelayedAnimation │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Layered │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Race │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── RowsWithLabels │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Spacing │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ └── WithBackground │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ ├── Box │ │ └── Basic │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ ├── Design │ │ ├── LinearGradients │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── RadialGradients │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ └── StrokeDashArray │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ ├── Error │ │ └── Basic │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ ├── Events │ │ ├── AddPointOnClick │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ └── Tutorial │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ ├── Financial │ │ └── BasicCandleSticks │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── General │ │ ├── ChartToImage │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── ConditionalDraw │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── DrawOnCanvas │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── FirstChart │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Legends │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── MapPoints │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── MultiThreading │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── MultiThreading2 │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── NullPoints │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── RealTime │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Scrollable │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Sections │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Sections2 │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── TemplatedLegends │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── TemplatedTooltips │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Tooltips │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── UserDefinedTypes │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Visibility │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ └── VisualElements │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ ├── GlobalSuppressions.cs │ ├── Heat │ │ └── Basic │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ ├── Lines │ │ ├── Area │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── AutoUpdate │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Basic │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Custom │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── CustomPoints │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Padding │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Properties │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Straight │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── XY │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ └── Zoom │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ ├── Maps │ │ └── World │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ ├── Pies │ │ ├── AngularGauge │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── AutoUpdate │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Basic │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Custom │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Doughnut │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Gauge1 │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Gauge2 │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Gauge3 │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Gauge4 │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Gauge5 │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Icons │ │ │ ├── CustomPieSeries.cs │ │ │ ├── SvgLabel.cs │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Nested │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── NightingaleRose │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── OutLabels │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ └── Pushout │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ ├── Polar │ │ ├── Basic │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Coordinates │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ └── RadialArea │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ ├── Program.cs │ ├── Scatter │ │ ├── AutoUpdate │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Basic │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Bubbles │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ └── Custom │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ ├── StackedArea │ │ ├── Basic │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ └── StepArea │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ ├── StackedBars │ │ ├── Basic │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ └── Groups │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ ├── StepLines │ │ ├── Area │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── AutoUpdate │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Basic │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Custom │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Properties │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ └── Zoom │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ ├── Test │ │ └── Dispose │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ ├── VisualTest │ │ ├── DataTemplate │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── ReattachVisual │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ ├── Tabs │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ │ └── TwoChartsOneSeries │ │ │ ├── View.Designer.cs │ │ │ ├── View.cs │ │ │ └── View.resx │ └── WinFormsSample.csproj └── WinUISample │ └── WinUISample │ ├── App.xaml │ ├── App.xaml.cs │ ├── Assets │ ├── LockScreenLogo.scale-200.png │ ├── SplashScreen.scale-200.png │ ├── Square150x150Logo.scale-200.png │ ├── Square44x44Logo.scale-200.png │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ ├── StoreLogo.png │ └── Wide310x150Logo.scale-200.png │ ├── GlobalSuppressions.cs │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Package.appxmanifest │ ├── Properties │ └── launchSettings.json │ ├── Samples │ ├── Axes │ │ ├── ColorsAndPosition │ │ │ ├── StringToPaintConverter.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Crosshairs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── CustomSeparatorsInterval │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── DateTimeScaled │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── LabelsFormat │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── LabelsFormat2 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── LabelsRotation │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Logarithmic │ │ │ ├── LogarithmicSeries.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── MatchScale │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Multiple │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── NamedLabels │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Paging │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Shared │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Style │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── TimeSpanScaled │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Bars │ │ ├── AutoUpdate │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Custom │ │ │ ├── CustomSeries.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── DelayedAnimation │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Layered │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Race │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── RowsWithLabels │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Spacing │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── WithBackground │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Box │ │ └── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Design │ │ ├── LinearGradients │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── RadialGradients │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── StrokeDashArray │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Error │ │ └── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Events │ │ ├── AddPointOnClick │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Tutorial │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Financial │ │ └── BasicCandlesticks │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── General │ │ ├── ChartToImage │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── ConditionalDraw │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── DrawOnCanvas │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── FirstChart │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Legends │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── MapPoints │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── MultiThreading │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── MultiThreading2 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── NullPoints │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── RealTime │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Scrollable │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Sections │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Sections2 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── TemplatedLegends │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── TemplatedTooltips │ │ │ ├── CustomGeometryPointColumnSeries.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Tooltips │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── UserDefinedTypes │ │ │ ├── CustomCityLineSeries.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Visibility │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── VisualElements │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Heat │ │ └── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Lines │ │ ├── Area │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── AutoUpdate │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Basic │ │ │ ├── CustomStarLineSeries.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Custom │ │ │ ├── CustomSeries.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── CustomPoints │ │ │ ├── CustomArrowLineSeries.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Padding │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Properties │ │ │ ├── StringToPaintConverter.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Straight │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── XY │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Zoom │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Maps │ │ └── World │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Pies │ │ ├── AngularGauge │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── AutoUpdate │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Custom │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Doughnut │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Gauge │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Gauge1 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Gauge2 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Gauge3 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Gauge4 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Gauge5 │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Icons │ │ │ ├── CustomPieSeries.cs │ │ │ ├── SvgLabel.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Nested │ │ │ ├── StringToPaintConverter.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── NightingaleRose │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── OutLabels │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Pushout │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Polar │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Coordinates │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── RadialArea │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Scatter │ │ ├── AutoUpdate │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Bubbles │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Custom │ │ │ ├── CustomSeries.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── StackedArea │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── StepArea │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── StackedBars │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Groups │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── StepLines │ │ ├── Area │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── AutoUpdate │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Basic │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Custom │ │ │ ├── CustomSeries.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ ├── Properties │ │ │ ├── StringToPaintConverter.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ │ └── Zoom │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ ├── Test │ │ └── Dispose │ │ │ ├── UserControl1.xaml │ │ │ ├── UserControl1.xaml.cs │ │ │ ├── View.xaml │ │ │ └── View.xaml.cs │ └── VisualTest │ │ ├── DataTemplate │ │ ├── View.xaml │ │ └── View.xaml.cs │ │ ├── ReattachVisual │ │ ├── View.xaml │ │ └── View.xaml.cs │ │ ├── Tabs │ │ ├── View.xaml │ │ └── View.xaml.cs │ │ └── TwoChartOneSeries │ │ ├── View.xaml │ │ └── View.xaml.cs │ ├── WinUISample.csproj │ └── app.manifest ├── src ├── LiveChartsCore │ ├── AssemblyInfo.cs │ ├── BarSeries.cs │ ├── CartesianChartEngine.cs │ ├── CartesianSeries.cs │ ├── Chart.cs │ ├── ConditionalDraw │ │ └── ConditinalExtensions.cs │ ├── CoreAxis.cs │ ├── CoreBoxSeries.cs │ ├── CoreColumnSeries.cs │ ├── CoreFinancialSeries.cs │ ├── CoreHeatLandSeries.cs │ ├── CoreHeatSeries.cs │ ├── CoreLineSeries.cs │ ├── CorePieSeries.cs │ ├── CorePolarAxis.cs │ ├── CorePolarLineSeries.cs │ ├── CoreRowSeries.cs │ ├── CoreScatterSeries.cs │ ├── CoreSection.cs │ ├── CoreStackedAreaSeries.cs │ ├── CoreStackedColumnSeries.cs │ ├── CoreStackedRowSeries.cs │ ├── CoreStackedStepAreaSeries.cs │ ├── CoreStepLineSeries.cs │ ├── Defaults │ │ ├── BoxValue.cs │ │ ├── ChartCoordinate.cs │ │ ├── DateTimePoint.cs │ │ ├── ErrorDateTimePoint.cs │ │ ├── ErrorPoint.cs │ │ ├── ErrorValue.cs │ │ ├── FinancialPoint.cs │ │ ├── FinancialPointI.cs │ │ ├── MappedChartEntity.cs │ │ ├── ObservablePoint.cs │ │ ├── ObservablePolarPoint.cs │ │ ├── ObservableValue.cs │ │ ├── TimeSpanPoint.cs │ │ └── WeightedPoint.cs │ ├── DrawMarginFrame.cs │ ├── Drawing │ │ ├── Align.cs │ │ ├── Animatable.cs │ │ ├── Animation.cs │ │ ├── BaseArcGeometry.cs │ │ ├── BaseBoxGeometry.cs │ │ ├── BaseCandlestickGeometry.cs │ │ ├── BaseDoughnutGeometry.cs │ │ ├── BaseLabelGeometry.cs │ │ ├── BaseLineGeometry.cs │ │ ├── BaseNeedleGeometry.cs │ │ ├── BaseRoundedRectangleGeometry.cs │ │ ├── BaseVectorGeometry.cs │ │ ├── BoundedDrawnGeometry.cs │ │ ├── ContainerOrientation.cs │ │ ├── DrawingContext.cs │ │ ├── DrawnGeometry.cs │ │ ├── DropShadow.cs │ │ ├── IColoredGeometry.cs │ │ ├── IDrawnElement.cs │ │ ├── IVariableSvgPath.cs │ │ ├── KeyFrame.cs │ │ ├── Layouts │ │ │ ├── BaseContainer.cs │ │ │ ├── CoreAbsoluteLayout.cs │ │ │ ├── CoreStackLayout.cs │ │ │ ├── CoreTableLayout.cs │ │ │ └── Layout.cs │ │ ├── LvcColor.cs │ │ ├── LvcPoint.cs │ │ ├── LvcPointD.cs │ │ ├── LvcRectangle.cs │ │ ├── LvcSize.cs │ │ ├── Padding.cs │ │ ├── SVGPoints.cs │ │ ├── Segments │ │ │ ├── CubicBezierSegment.cs │ │ │ ├── CubicSegmentVisualPoint.cs │ │ │ ├── ErrorVisual.cs │ │ │ ├── Segment.cs │ │ │ └── SegmentVisualPoint.cs │ │ └── VectorClosingMethod.cs │ ├── Easing │ │ ├── BackEasingFunction.cs │ │ ├── BounceEasingFunction.cs │ │ ├── CircleEasingFunction.cs │ │ ├── CubicBezierEasingFunction.cs │ │ ├── CubicEasingFunction.cs │ │ ├── ElasticEasingFunction.cs │ │ ├── ExponentialEasingFunction.cs │ │ └── PolinominalEasingFunction.cs │ ├── EasingFunctions.cs │ ├── Generators │ │ ├── BaseChartPointState.cs │ │ ├── BaseSet.cs │ │ ├── BaseSharedAxesPair.cs │ │ ├── CommandParameters.cs │ │ ├── IXamlWrapper.cs │ │ ├── MotionPropertyAttribute.cs │ │ ├── UIProperty.cs │ │ ├── XamlClassAttribute.cs │ │ └── XamlGeneration.cs │ ├── Geo │ │ ├── ControlCoordinatesProjector.cs │ │ ├── DrawnMap.cs │ │ ├── GeoJsonFeature.cs │ │ ├── GeoJsonFile.cs │ │ ├── GeoJsonFileSourceGenerationContext.cs │ │ ├── IGeoMapView.cs │ │ ├── IGeoSeries.cs │ │ ├── IHeatLandShape.cs │ │ ├── IMapFactory.cs │ │ ├── IWeigthedMapLand.cs │ │ ├── LandData.cs │ │ ├── LandDefinition.cs │ │ ├── MapContext.cs │ │ ├── MapLayer.cs │ │ ├── MapProjection.cs │ │ ├── MapProjector.cs │ │ ├── MapShapeContext.cs │ │ ├── Maps.cs │ │ ├── MercatorProjector.cs │ │ ├── MultiPoligonGeometry.cs │ │ ├── ZoomOnPointerView.cs │ │ └── world.geojson │ ├── GeoMapChart.cs │ ├── HeatFunctions.cs │ ├── IInternalSeries.cs │ ├── ISeries.cs │ ├── Kernel │ │ ├── ActionDebouncer.cs │ │ ├── ActionThrottler.cs │ │ ├── ChartElement.cs │ │ ├── ChartEntityMetaData.cs │ │ ├── ChartPoint.cs │ │ ├── ChartPointCleanupContext.cs │ │ ├── ChartPointContext.cs │ │ ├── ChartUpdateParams.cs │ │ ├── Coordinate.cs │ │ ├── Drawing │ │ │ ├── BezierData.cs │ │ │ ├── HoverArea.cs │ │ │ ├── RectangleHoverArea.cs │ │ │ └── SemicircleHoverArea.cs │ │ ├── Error.cs │ │ ├── Events │ │ │ ├── ChartCommandArgs.cs │ │ │ ├── ChartEventHandler.cs │ │ │ ├── ChartPointHandler.cs │ │ │ ├── ChartPointHoverHandler.cs │ │ │ ├── ChartPointsHandler.cs │ │ │ ├── EventExtensions.cs │ │ │ ├── HoverCommandArgs.cs │ │ │ ├── PointerCommandArgs.cs │ │ │ ├── VisualElementEventArgs.cs │ │ │ ├── VisualElementHandler.cs │ │ │ ├── VisualElementsEventArgs.cs │ │ │ └── VisualElementsHandler.cs │ │ ├── Extensions.cs │ │ ├── Helpers │ │ │ ├── AxisVisualSeprator.cs │ │ │ ├── IVisualSeparator.cs │ │ │ └── RadialAxisVisualSeparator.cs │ │ ├── IChartElement.cs │ │ ├── IChartEntity.cs │ │ ├── LiveChartsSettings.cs │ │ ├── Observers │ │ │ ├── ChartObserver.cs │ │ │ ├── CollectionDeepObserver.cs │ │ │ ├── IObserver.cs │ │ │ ├── PropertyChangeObserver.cs │ │ │ └── SeriesSourceObserver.cs │ │ ├── Providers │ │ │ ├── ChartEngine.cs │ │ │ └── DataFactory.cs │ │ ├── RenderingSettings.cs │ │ ├── SeriesContext.cs │ │ ├── SeriesProperties.cs │ │ ├── Sketches │ │ │ ├── ChartKind.cs │ │ │ ├── IBarSeries.cs │ │ │ ├── IBoxSeries.cs │ │ │ ├── ICartesianAxis.cs │ │ │ ├── ICartesianChartView.cs │ │ │ ├── ICartesianSeries.cs │ │ │ ├── IChartLegend.cs │ │ │ ├── IChartSeries.cs │ │ │ ├── IChartTooltip.cs │ │ │ ├── IChartView.cs │ │ │ ├── IErrorSeries.cs │ │ │ ├── IFinancialSeries.cs │ │ │ ├── IHeatSeries.cs │ │ │ ├── ILineSeries.cs │ │ │ ├── IPieChartView.cs │ │ │ ├── IPieSeries.cs │ │ │ ├── IPlane.cs │ │ │ ├── IPolarAxis.cs │ │ │ ├── IPolarChartView.cs │ │ │ ├── IPolarLineSeries.cs │ │ │ ├── IPolarSeries.cs │ │ │ ├── IScatterSeries.cs │ │ │ ├── IStackedBarSeries.cs │ │ │ ├── IStepLineSeries.cs │ │ │ └── IStrokedAndFilled.cs │ │ ├── StackedTotal.cs │ │ ├── StackedValue.cs │ │ ├── Stacker.cs │ │ └── TooltipPlacementContext.cs │ ├── Labelers.cs │ ├── LiveCharts.cs │ ├── LiveChartsCore.csproj │ ├── Measure │ │ ├── AxisLimit.cs │ │ ├── AxisOrientation.cs │ │ ├── AxisPosition.cs │ │ ├── AxisTick.cs │ │ ├── Bounds.cs │ │ ├── ClipMode.cs │ │ ├── DataLabelsPosition.cs │ │ ├── DimensionalBounds.cs │ │ ├── FindPointFor.cs │ │ ├── FindingStrategy.cs │ │ ├── LegendOrientation.cs │ │ ├── LegendPosition.cs │ │ ├── Margin.cs │ │ ├── MeasureUnit.cs │ │ ├── PolarAxisOrientation.cs │ │ ├── PolarLabelsPosition.cs │ │ ├── PolarScaler.cs │ │ ├── PopUpPlacement.cs │ │ ├── RadialAlignment.cs │ │ ├── Scaler.cs │ │ ├── SeriesBounds.cs │ │ ├── StackPosition.cs │ │ ├── ToolTipMetaData.cs │ │ ├── TooltipFindingStrategy.cs │ │ ├── TooltipPosition.cs │ │ ├── VectorManager.cs │ │ ├── ZoomAndPanMode.cs │ │ └── ZoomDirection.cs │ ├── Motion │ │ ├── AsyncLoopTicker.cs │ │ ├── CanvasRenderSettings.cs │ │ ├── CanvasZone.cs │ │ ├── ColorMotionProperty.cs │ │ ├── CoreMotionCanvas.cs │ │ ├── DoubleMotionProperty.cs │ │ ├── DropShadowMotionProperty.cs │ │ ├── FloatMotionProperty.cs │ │ ├── IFrameTicker.cs │ │ ├── IMotionProperty.cs │ │ ├── IRenderMode.cs │ │ ├── MotionCanvasComposer.cs │ │ ├── MotionProperty.cs │ │ ├── NullableDoubleMotionProperty.cs │ │ ├── PaddingMotionProperty.cs │ │ ├── PaintMotionProperty.cs │ │ ├── PointMotionProperty.cs │ │ ├── PropertyDefinition.cs │ │ └── SizeMotionProperty.cs │ ├── Painting │ │ ├── DrawnTask.cs │ │ ├── MeasureTask.cs │ │ ├── Paint.cs │ │ ├── PaintConstants.cs │ │ └── PaintStyle.cs │ ├── PieChartEngine.cs │ ├── PolarChartEngine.cs │ ├── Series.cs │ ├── SharedAxes.cs │ ├── StrokeAndFillCartesianSeries.cs │ ├── Themes │ │ ├── ColorPalletes.cs │ │ ├── LiveChartsStylerExtensions.cs │ │ ├── LvcThemeKind.cs │ │ └── Theme.cs │ ├── VisualElements │ │ ├── BaseAngularTicksVisual.cs │ │ ├── BaseGeometryVisual.cs │ │ ├── BaseLabelVisual.cs │ │ ├── BaseNeedleVisual.cs │ │ ├── GeometryVisual.cs │ │ ├── IInteractable.cs │ │ ├── IInternalInteractable.cs │ │ ├── LineVisual.cs │ │ ├── RelativePanel.cs │ │ ├── StackPanel.cs │ │ ├── TableLayout.cs │ │ ├── VariableGeometryVisual.cs │ │ ├── Visual.cs │ │ └── VisualElement.cs │ ├── VisualStates │ │ ├── DrawnPropertySetter.cs │ │ ├── SetterExtensions.cs │ │ └── VisualStatesDictionary.cs │ └── images │ │ └── icon.png ├── _Shared.Native │ ├── Events │ │ ├── EventArgs.cs │ │ ├── Handler.cs │ │ ├── PinchEventArgs.cs │ │ ├── PinchHandler.cs │ │ ├── PressedEventArgs.cs │ │ ├── PressedHandler.cs │ │ ├── ScreenEventArgs.cs │ │ ├── ScreenHandler.cs │ │ ├── ScrollEventArgs.cs │ │ └── ScrollHandler.cs │ ├── Platforms │ │ ├── Android │ │ │ ├── NativeTicker.cs │ │ │ └── PointerController.cs │ │ ├── INativePointerController.cs │ │ ├── Mac │ │ │ ├── NativeTicker.cs │ │ │ └── PointerController.cs │ │ ├── NativeHelpers.cs │ │ ├── NoOS │ │ │ ├── NativeTicker.cs │ │ │ └── PointerController.cs │ │ ├── UnoSkiaRenderer │ │ │ ├── NativeTicker.cs │ │ │ └── PointerController.cs │ │ └── WinUI │ │ │ ├── NativeTicker.cs │ │ │ └── PointerController.cs │ ├── PointerController.cs │ ├── _Shared.Native.projitems │ └── _Shared.Native.shproj └── skiasharp │ ├── LiveChartsCore.SkiaSharp.Avalonia │ ├── AssemblyInfo.cs │ ├── CartesianChart.cs │ ├── GeoMap.cs │ ├── LiveChartsCore.SkiaSharpView.Avalonia.csproj │ ├── LiveChartsGeneratedCode │ │ ├── SourceGenCartesianChart.cs │ │ ├── SourceGenChart.cs │ │ ├── SourceGenPieChart.cs │ │ └── SourceGenPolarChart.cs │ ├── MotionCanvas.cs │ ├── PieChart.cs │ ├── PolarChart.cs │ ├── XamlSeries.cs │ └── images │ │ └── icon.png │ ├── LiveChartsCore.SkiaSharp.WPF │ ├── AssemblyInfo.cs │ ├── CartesianChart.cs │ ├── GeoMap.cs │ ├── LiveChartsCore.SkiaSharpView.WPF.csproj │ ├── LiveChartsGeneratedCode │ │ ├── SourceGenCartesianChart.cs │ │ ├── SourceGenChart.cs │ │ ├── SourceGenPieChart.cs │ │ └── SourceGenPolarChart.cs │ ├── MotionCanvas.cs │ ├── PieChart.cs │ ├── PolarChart.cs │ ├── Rendering │ │ ├── CPURenderMode.cs │ │ ├── CompositionTargetTicker.cs │ │ └── GPURenderMode.cs │ ├── ResolutionHelper.cs │ ├── Themes │ │ └── Generic.xaml │ ├── XamlSeries.cs │ └── images │ │ └── icon.png │ ├── LiveChartsCore.SkiaSharp.WinForms │ ├── AssemblyInfo.cs │ ├── CartesianChart.cs │ ├── CartesianChart.resx │ ├── GeoMap.Designer.cs │ ├── GeoMap.cs │ ├── GeoMap.resx │ ├── LiveChartsCore.SkiaSharpView.WinForms.csproj │ ├── LiveChartsGeneratedCode │ │ ├── SourceGenCartesianChart.cs │ │ ├── SourceGenCartesianChart.resx │ │ ├── SourceGenChart.cs │ │ ├── SourceGenChart.resx │ │ ├── SourceGenPieChart.cs │ │ ├── SourceGenPolarChart.cs │ │ └── SourceGenPolarChart.resx │ ├── MotionCanvas.Designer.cs │ ├── MotionCanvas.cs │ ├── MotionCanvas.resx │ ├── PieChart.cs │ ├── PolarChart.cs │ ├── PolarChart.resx │ └── images │ │ └── icon.png │ ├── LiveChartsCore.SkiaSharp │ ├── AssemblyInfo.cs │ ├── Axis.cs │ ├── BoxSeries.cs │ ├── CandlesticksSeries.cs │ ├── ColumnSeries.cs │ ├── DateTimeAxis.cs │ ├── DrawMarginFrame.cs │ ├── Drawing │ │ ├── DrawingTextExtensions.cs │ │ ├── Geometries │ │ │ ├── ArcGeometry.cs │ │ │ ├── BaseSVGPathGeometry.cs │ │ │ ├── BoxGeometry.cs │ │ │ ├── CandlestickGeometry.cs │ │ │ ├── CircleGeometry.cs │ │ │ ├── ColoredRectangleGeometry.cs │ │ │ ├── CrossGeometry.cs │ │ │ ├── CubicBezierAreaGeometry.cs │ │ │ ├── DiamondGeometry.cs │ │ │ ├── DoughnutGeometry.cs │ │ │ ├── HeartGeometry.cs │ │ │ ├── HeatLand.cs │ │ │ ├── LabelGeometry.cs │ │ │ ├── LandAreaGeometry.cs │ │ │ ├── LineGeometry.cs │ │ │ ├── NeedleGeometry.cs │ │ │ ├── OvalGeometry.cs │ │ │ ├── PopUpGeometry.cs │ │ │ ├── RectangleGeometry.cs │ │ │ ├── RoundedRectangleGeometry.cs │ │ │ ├── SVGPathGeometry.cs │ │ │ ├── SizedGeometry.cs │ │ │ ├── StarGeometry.cs │ │ │ ├── StepLineAreaGeometry.cs │ │ │ ├── Svg.cs │ │ │ ├── VariableSVGPathGeometry.cs │ │ │ └── VectorGeometry.cs │ │ ├── Layouts │ │ │ ├── AbsoluteLayout.cs │ │ │ ├── Container.cs │ │ │ ├── StackLayout.cs │ │ │ └── TableLayout.cs │ │ └── SkiaSharpDrawingContext.cs │ ├── Extensions │ │ ├── BaseGaugeItem.cs │ │ ├── GaugeGenerator.cs │ │ ├── GaugeItem.cs │ │ ├── GaugeOptions.cs │ │ └── PieChartExtensions.cs │ ├── HeatLandSeries.cs │ ├── HeatSeries.cs │ ├── LineSeries.cs │ ├── LiveChartsCore.SkiaSharpView.csproj │ ├── LiveChartsSkiaSharp.cs │ ├── LogaritmicAxis.cs │ ├── MapFactory.cs │ ├── Motion │ │ └── SKMatrixMotionProperty.cs │ ├── Painting │ │ ├── Effects │ │ │ ├── DashEffect.cs │ │ │ └── PathEffect.cs │ │ ├── ImageFilters │ │ │ ├── Blur.cs │ │ │ ├── DropShadow.cs │ │ │ ├── ImageFilter.cs │ │ │ └── ImageFiltersMergeOperation.cs │ │ ├── LinearGradientPaint.cs │ │ ├── RadialGradientPaint.cs │ │ ├── SkiaPaint.cs │ │ └── SolidColorPaint.cs │ ├── PieSeries.cs │ ├── PolarAxis.cs │ ├── PolarLineSeries.cs │ ├── RectangularSection.cs │ ├── RowSeries.cs │ ├── SKCharts │ │ ├── InMemorySkiaSharpChart.cs │ │ ├── LiveChartsGeneratedCode │ │ │ ├── SourceGenSKCartesianChart.cs │ │ │ ├── SourceGenSKChart.cs │ │ │ ├── SourceGenSKPieChart.cs │ │ │ └── SourceGenSKPolarChart.cs │ │ ├── SKCartesianChart.cs │ │ ├── SKDefaultLegend.cs │ │ ├── SKDefaultTooltip.cs │ │ ├── SKGeoMap.cs │ │ ├── SKHeatLegend.cs │ │ ├── SKPieChart.cs │ │ └── SKPolarChart.cs │ ├── ScatterSeries.cs │ ├── SkiaSharpProvider.cs │ ├── StackedAreaSeries.cs │ ├── StackedColumnSeries.cs │ ├── StackedRowSeries.cs │ ├── StackedStepAreaSeries.cs │ ├── StepLineSeries.cs │ ├── TextSettings.cs │ ├── ThemesExtensions.cs │ ├── TimeSpanAxis.cs │ ├── TypeConverters │ │ ├── HexToLvcColorArrayTypeConverter.cs │ │ ├── HexToLvcColorTypeConverter.cs │ │ ├── HexToPaintTypeConverter.cs │ │ ├── MarginTypeConverter.cs │ │ ├── PaddingTypeConverter.cs │ │ ├── PointDTypeConverter.cs │ │ ├── PointTypeConverter.cs │ │ ├── StringArrayTypeConverter.cs │ │ ├── StringToDoubleArrayTypeConverter.cs │ │ └── ValuesTypeConverter.cs │ ├── VisualElements │ │ ├── AngularTicksVisual.cs │ │ ├── DrawnLabelVisual.cs │ │ ├── GeometryVisual.cs │ │ ├── LabelVisual.cs │ │ ├── NeedleVisual.cs │ │ └── SVGVisual.cs │ └── images │ │ └── icon.png │ ├── LiveChartsCore.SkiaSharpView.Blazor │ ├── AssemblyInfo.cs │ ├── CartesianChart.razor │ ├── GeoMap.razor │ ├── GeoMap.razor.cs │ ├── JsInterop │ │ ├── DomJsInterop.cs │ │ └── Models │ │ │ └── DOMRect.cs │ ├── LiveCharetsGeneratedCode │ │ ├── SourceGenCartesianChart.razor │ │ ├── SourceGenCartesianChart.razor.cs │ │ ├── SourceGenChart.razor │ │ ├── SourceGenChart.razor.cs │ │ ├── SourceGenPieChart.razor │ │ ├── SourceGenPieChart.razor.cs │ │ ├── SourceGenPolarChart.razor │ │ └── SourceGenPolarChart.razor.cs │ ├── LiveChartsCore.SkiaSharpView.Blazor.csproj │ ├── MotionCanvas.razor │ ├── MotionCanvas.razor.cs │ ├── MotionCanvas.razor.css │ ├── PieChart.razor │ ├── PolarChart.razor │ ├── _Imports.razor │ ├── images │ │ └── icon.png │ ├── readme.md │ ├── tsconfig.json │ └── wwwroot │ │ ├── domInterop.js │ │ ├── domInterop.js.map │ │ └── domInterop.ts │ ├── LiveChartsCore.SkiaSharpView.Eto │ ├── AssemblyInfo.cs │ ├── CartesianChart.cs │ ├── GeoMap.cs │ ├── LiveChartsCore.SkiaSharpView.Eto.csproj │ ├── LiveChartsGeneratedCode │ │ ├── SourceGenCartesianChart.cs │ │ ├── SourceGenChart.cs │ │ ├── SourceGenPieChart.cs │ │ └── SourceGenPolarChart.cs │ ├── MotionCanvas.cs │ ├── PieChart.cs │ ├── PolarChart.cs │ └── images │ │ └── icon.png │ ├── LiveChartsCore.SkiaSharpView.Maui │ ├── AssemblyInfo.cs │ ├── CartesianChart.cs │ ├── ChartView.cs │ ├── GeoMap.cs │ ├── Handlers │ │ ├── ChartViewHandler.cs │ │ ├── EmptyContentView.cs │ │ └── EmptyViewHandler.cs │ ├── LiveChartsCore.SkiaSharpView.Maui.csproj │ ├── LiveChartsCoreMauiAppBuilderExtensions.cs │ ├── LiveChartsGeneratedCode │ │ ├── SourceGenCartesianChart.cs │ │ ├── SourceGenChart.cs │ │ ├── SourceGenPieChart.cs │ │ └── SourceGenPolarChart.cs │ ├── MotionCanvas.cs │ ├── PieChart.cs │ ├── PolarChart.cs │ ├── Rendering │ │ ├── CPURenderMode.cs │ │ └── GPURenderMode.cs │ ├── XamlSeries.cs │ └── images │ │ └── icon.png │ ├── LiveChartsCore.SkiaSharpView.Uno.WinUI │ ├── AssemblyInfo.cs │ ├── GeoMap.cs │ ├── LiveChartsCore.SkiaSharpView.Uno.WinUI.csproj │ ├── SkiaRenderer │ │ └── SkiaRenderMode.cs │ ├── images │ │ └── icon.png │ └── readme.txt │ ├── LiveChartsCore.SkiaSharpView.WinUI │ ├── AssemblyInfo.cs │ ├── GeoMap.cs │ ├── LiveChartsCore.SkiaSharpView.WinUI.csproj │ ├── Themes │ │ └── Generic.xaml │ ├── images │ │ └── icon.png │ └── readme.txt │ ├── _Shared.WinUI │ ├── CartesianChart.cs │ ├── LiveChartsGeneratedCode │ │ ├── SourceGenCartesianChart.cs │ │ ├── SourceGenChart.cs │ │ ├── SourceGenPieChart.cs │ │ └── SourceGenPolarChart.cs │ ├── MotionCanvas.cs │ ├── PieChart.cs │ ├── PolarChart.cs │ ├── Rendering │ │ ├── CPURenderMode.cs │ │ └── GPURenderMode.cs │ ├── ThemeListener.cs │ ├── XamlSeries.cs │ ├── _Shared.WinUI.projitems │ └── _Shared.WinUI.shproj │ ├── _Shared.Xaml │ ├── CartesianAxes.cs │ ├── MarkupExtensions.cs │ ├── Others.cs │ ├── PolarAxes.cs │ ├── Series.cs │ ├── _Shared.Xaml.projitems │ └── _Shared.Xaml.shproj │ └── _Shared │ ├── SourceGenCartesianChart.cs │ ├── SourceGenCartesianChart.sgp.cs │ ├── SourceGenChartControl.cs │ ├── SourceGenChartControl.sgp.cs │ ├── SourceGenPieChart.cs │ ├── SourceGenPieChart.sgp.cs │ ├── SourceGenPolarChart.cs │ ├── SourceGenPolarChart.sgp.cs │ ├── _Shared.projitems │ └── _Shared.shproj └── tests └── LiveChartsCore.UnitTesting ├── ChartTests └── ChartTests.cs ├── CoreObjectsTests ├── ActionThrottler.cs ├── ChangingPaintTasks.cs ├── CollectionDeepObservererTesting.cs ├── ColorTesting.cs ├── LabelerTesting.cs └── TransitionsTesting.cs ├── LayoutTests ├── StackLayoutTest.cs └── TableLayoutTest.cs ├── LiveChartsCore.UnitTesting.csproj ├── MockedObjects ├── PropertyChangedObject.cs ├── TestLabel.cs └── TestObserver.cs ├── OtherTests ├── AxisTesting.cs ├── DataProviderTest.cs ├── DrawMarginAndLegendsTests.cs ├── EventsTests.cs ├── LabelsMeasureTest.cs ├── ScaleFunctionsTests.cs └── VisualElementsTests.cs ├── SeriesTests ├── BoxSeriesTests.cs ├── ColumnSeriesTest.cs ├── FinancialSeriesTest.cs ├── GeneralSeriesTests.cs ├── HeatSeriesTest.cs ├── LineSeriesTest.cs ├── PieSeriesTest.cs ├── PolarLineSeriesTest.cs ├── RowSeriesTest.cs ├── ScatterSeriesTest.cs ├── StackedAreaSeriesTest.cs ├── StackedColumnSeriesTest.cs ├── StackedRowSeriesTest.cs ├── StackedStepAreaSeriesTest.cs ├── StepLineSeriesTest.cs ├── VisibilityTests.cs └── _MemoryTests.cs └── TestsInitializer.cs /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/workflows/compile-all-views.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/.github/workflows/compile-all-views.yml -------------------------------------------------------------------------------- /.github/workflows/run-unit-tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/.github/workflows/run-unit-tests.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Directory.Build.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/Directory.Build.props -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/LICENSE -------------------------------------------------------------------------------- /LiveCharts.Avalonia.slnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/LiveCharts.Avalonia.slnx -------------------------------------------------------------------------------- /LiveCharts.Blazor.slnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/LiveCharts.Blazor.slnx -------------------------------------------------------------------------------- /LiveCharts.Maui.slnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/LiveCharts.Maui.slnx -------------------------------------------------------------------------------- /LiveCharts.Uno.slnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/LiveCharts.Uno.slnx -------------------------------------------------------------------------------- /LiveCharts.WPF.slnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/LiveCharts.WPF.slnx -------------------------------------------------------------------------------- /LiveCharts.WinForms.slnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/LiveCharts.WinForms.slnx -------------------------------------------------------------------------------- /LiveCharts.WinUI.slnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/LiveCharts.WinUI.slnx -------------------------------------------------------------------------------- /LiveCharts.slnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/LiveCharts.slnx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/README.md -------------------------------------------------------------------------------- /docs/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/.vscode/settings.json -------------------------------------------------------------------------------- /docs/_assets/1.1.assemblies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/1.1.assemblies.png -------------------------------------------------------------------------------- /docs/_assets/1.1.bars1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/1.1.bars1.png -------------------------------------------------------------------------------- /docs/_assets/1.1.flipbook.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/1.1.flipbook.gif -------------------------------------------------------------------------------- /docs/_assets/1.1.series.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/1.1.series.png -------------------------------------------------------------------------------- /docs/_assets/1.6.linear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/1.6.linear.png -------------------------------------------------------------------------------- /docs/_assets/1.6.radial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/1.6.radial.png -------------------------------------------------------------------------------- /docs/_assets/1.6.solid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/1.6.solid.png -------------------------------------------------------------------------------- /docs/_assets/1.7.diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/1.7.diagram.png -------------------------------------------------------------------------------- /docs/_assets/1.7.labels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/1.7.labels.png -------------------------------------------------------------------------------- /docs/_assets/1.7.multiple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/1.7.multiple.png -------------------------------------------------------------------------------- /docs/_assets/1.7.position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/1.7.position.png -------------------------------------------------------------------------------- /docs/_assets/1.7.rotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/1.7.rotation.png -------------------------------------------------------------------------------- /docs/_assets/1.8.datalabels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/1.8.datalabels.png -------------------------------------------------------------------------------- /docs/_assets/1.8.padding00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/1.8.padding00.png -------------------------------------------------------------------------------- /docs/_assets/1.8.padding22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/1.8.padding22.png -------------------------------------------------------------------------------- /docs/_assets/1.8.padding50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/1.8.padding50.png -------------------------------------------------------------------------------- /docs/_assets/axes-paints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/axes-paints.png -------------------------------------------------------------------------------- /docs/_assets/bars-bounce.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/bars-bounce.gif -------------------------------------------------------------------------------- /docs/_assets/bars-delayed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/bars-delayed.gif -------------------------------------------------------------------------------- /docs/_assets/bars-dynamic-visibility.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/bars-dynamic-visibility.gif -------------------------------------------------------------------------------- /docs/_assets/bars-moving.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/bars-moving.gif -------------------------------------------------------------------------------- /docs/_assets/barscustom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/barscustom.png -------------------------------------------------------------------------------- /docs/_assets/basicgauge-90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/basicgauge-90.png -------------------------------------------------------------------------------- /docs/_assets/basicgauge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/basicgauge.png -------------------------------------------------------------------------------- /docs/_assets/basicgaugemultiple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/basicgaugemultiple.png -------------------------------------------------------------------------------- /docs/_assets/basicgaugemultiple270.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/basicgaugemultiple270.png -------------------------------------------------------------------------------- /docs/_assets/basicgaugeor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/basicgaugeor.png -------------------------------------------------------------------------------- /docs/_assets/bounceout-anim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/bounceout-anim.gif -------------------------------------------------------------------------------- /docs/_assets/box-filll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/box-filll.png -------------------------------------------------------------------------------- /docs/_assets/box-mw-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/box-mw-.png -------------------------------------------------------------------------------- /docs/_assets/box-mw-p0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/box-mw-p0.png -------------------------------------------------------------------------------- /docs/_assets/box-mw10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/box-mw10.png -------------------------------------------------------------------------------- /docs/_assets/box-stroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/box-stroke.png -------------------------------------------------------------------------------- /docs/_assets/cc-mvp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/cc-mvp.png -------------------------------------------------------------------------------- /docs/_assets/cc-sections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/cc-sections.png -------------------------------------------------------------------------------- /docs/_assets/chart-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/chart-overview.png -------------------------------------------------------------------------------- /docs/_assets/columnbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/columnbg.png -------------------------------------------------------------------------------- /docs/_assets/columnct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/columnct.png -------------------------------------------------------------------------------- /docs/_assets/columnctl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/columnctl.png -------------------------------------------------------------------------------- /docs/_assets/columnfill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/columnfill.png -------------------------------------------------------------------------------- /docs/_assets/columngp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/columngp.png -------------------------------------------------------------------------------- /docs/_assets/columnmw10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/columnmw10.png -------------------------------------------------------------------------------- /docs/_assets/columnmwmax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/columnmwmax.png -------------------------------------------------------------------------------- /docs/_assets/columnmwmaxp0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/columnmwmaxp0.png -------------------------------------------------------------------------------- /docs/_assets/columnr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/columnr.png -------------------------------------------------------------------------------- /docs/_assets/columnstroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/columnstroke.png -------------------------------------------------------------------------------- /docs/_assets/compare-all-strategy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/compare-all-strategy.gif -------------------------------------------------------------------------------- /docs/_assets/compare-x-strategy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/compare-x-strategy.gif -------------------------------------------------------------------------------- /docs/_assets/compare-y-strategy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/compare-y-strategy.gif -------------------------------------------------------------------------------- /docs/_assets/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/console.png -------------------------------------------------------------------------------- /docs/_assets/custom-ha-compare.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/custom-ha-compare.gif -------------------------------------------------------------------------------- /docs/_assets/custom-ha.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/custom-ha.gif -------------------------------------------------------------------------------- /docs/_assets/designer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/designer.gif -------------------------------------------------------------------------------- /docs/_assets/drawmargin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/drawmargin.png -------------------------------------------------------------------------------- /docs/_assets/drawmarginframe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/drawmarginframe.png -------------------------------------------------------------------------------- /docs/_assets/elasticout-anim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/elasticout-anim.gif -------------------------------------------------------------------------------- /docs/_assets/fast-bars-throttled.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/fast-bars-throttled.gif -------------------------------------------------------------------------------- /docs/_assets/fast-bars.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/fast-bars.gif -------------------------------------------------------------------------------- /docs/_assets/financialct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/financialct.png -------------------------------------------------------------------------------- /docs/_assets/financialpaints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/financialpaints.png -------------------------------------------------------------------------------- /docs/_assets/financialw10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/financialw10.png -------------------------------------------------------------------------------- /docs/_assets/firstchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/firstchart.png -------------------------------------------------------------------------------- /docs/_assets/gaps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/gaps.png -------------------------------------------------------------------------------- /docs/_assets/gauge10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/gauge10.png -------------------------------------------------------------------------------- /docs/_assets/gauge11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/gauge11.png -------------------------------------------------------------------------------- /docs/_assets/gauge12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/gauge12.png -------------------------------------------------------------------------------- /docs/_assets/gauge14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/gauge14.png -------------------------------------------------------------------------------- /docs/_assets/gauge3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/gauge3.png -------------------------------------------------------------------------------- /docs/_assets/gauge4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/gauge4.png -------------------------------------------------------------------------------- /docs/_assets/gauge5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/gauge5.png -------------------------------------------------------------------------------- /docs/_assets/gauge7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/gauge7.png -------------------------------------------------------------------------------- /docs/_assets/geo-heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/geo-heatmap.png -------------------------------------------------------------------------------- /docs/_assets/geomap-fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/geomap-fill.png -------------------------------------------------------------------------------- /docs/_assets/geomap-mercator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/geomap-mercator.png -------------------------------------------------------------------------------- /docs/_assets/geomap-stroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/geomap-stroke.png -------------------------------------------------------------------------------- /docs/_assets/geomaphs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/geomaphs.png -------------------------------------------------------------------------------- /docs/_assets/geometrysize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/geometrysize.png -------------------------------------------------------------------------------- /docs/_assets/geometrystrokefill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/geometrystrokefill.png -------------------------------------------------------------------------------- /docs/_assets/heatcs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/heatcs.png -------------------------------------------------------------------------------- /docs/_assets/heatct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/heatct.png -------------------------------------------------------------------------------- /docs/_assets/heathm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/heathm.png -------------------------------------------------------------------------------- /docs/_assets/heatp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/heatp.png -------------------------------------------------------------------------------- /docs/_assets/install-chart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/install-chart.gif -------------------------------------------------------------------------------- /docs/_assets/installavalonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/installavalonia.png -------------------------------------------------------------------------------- /docs/_assets/installwinforms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/installwinforms.png -------------------------------------------------------------------------------- /docs/_assets/installwpf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/installwpf.png -------------------------------------------------------------------------------- /docs/_assets/installxamarin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/installxamarin.png -------------------------------------------------------------------------------- /docs/_assets/labelsdensity.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/labelsdensity.gif -------------------------------------------------------------------------------- /docs/_assets/legend-custom-style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/legend-custom-style.png -------------------------------------------------------------------------------- /docs/_assets/legend-custom-template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/legend-custom-template.png -------------------------------------------------------------------------------- /docs/_assets/legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/legend.png -------------------------------------------------------------------------------- /docs/_assets/light-and-dark-charts.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/light-and-dark-charts.gif -------------------------------------------------------------------------------- /docs/_assets/line-zooming.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/line-zooming.gif -------------------------------------------------------------------------------- /docs/_assets/lineal-anim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/lineal-anim.gif -------------------------------------------------------------------------------- /docs/_assets/linect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/linect.png -------------------------------------------------------------------------------- /docs/_assets/linectl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/linectl.png -------------------------------------------------------------------------------- /docs/_assets/linefill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/linefill.png -------------------------------------------------------------------------------- /docs/_assets/linescustom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/linescustom.png -------------------------------------------------------------------------------- /docs/_assets/linesmothness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/linesmothness.png -------------------------------------------------------------------------------- /docs/_assets/linesnullsplit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/linesnullsplit.png -------------------------------------------------------------------------------- /docs/_assets/linestroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/linestroke.png -------------------------------------------------------------------------------- /docs/_assets/managenugetpackages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/managenugetpackages.png -------------------------------------------------------------------------------- /docs/_assets/newblazor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/newblazor.png -------------------------------------------------------------------------------- /docs/_assets/newuno-def-tem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/newuno-def-tem.png -------------------------------------------------------------------------------- /docs/_assets/newuno-nuget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/newuno-nuget.png -------------------------------------------------------------------------------- /docs/_assets/newuno-plats-winui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/newuno-plats-winui.png -------------------------------------------------------------------------------- /docs/_assets/newuno-select-plat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/newuno-select-plat.png -------------------------------------------------------------------------------- /docs/_assets/newuno-winui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/newuno-winui.png -------------------------------------------------------------------------------- /docs/_assets/newuno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/newuno.png -------------------------------------------------------------------------------- /docs/_assets/newuwp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/newuwp.png -------------------------------------------------------------------------------- /docs/_assets/newwf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/newwf.png -------------------------------------------------------------------------------- /docs/_assets/newwinui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/newwinui.png -------------------------------------------------------------------------------- /docs/_assets/newwpf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/newwpf.png -------------------------------------------------------------------------------- /docs/_assets/newxf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/newxf.png -------------------------------------------------------------------------------- /docs/_assets/pie-anim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/pie-anim.gif -------------------------------------------------------------------------------- /docs/_assets/pie-doughnut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/pie-doughnut.png -------------------------------------------------------------------------------- /docs/_assets/pie-inrot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/pie-inrot.gif -------------------------------------------------------------------------------- /docs/_assets/pie-maxangle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/pie-maxangle.gif -------------------------------------------------------------------------------- /docs/_assets/pie-rotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/pie-rotation.png -------------------------------------------------------------------------------- /docs/_assets/pieInnerRadius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/pieInnerRadius.png -------------------------------------------------------------------------------- /docs/_assets/pieMaxRadialCW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/pieMaxRadialCW.png -------------------------------------------------------------------------------- /docs/_assets/pieOuterRadiusOffset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/pieOuterRadiusOffset.png -------------------------------------------------------------------------------- /docs/_assets/piefill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/piefill.png -------------------------------------------------------------------------------- /docs/_assets/pielabels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/pielabels.png -------------------------------------------------------------------------------- /docs/_assets/pielabelscotan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/pielabelscotan.png -------------------------------------------------------------------------------- /docs/_assets/pielabelstan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/pielabelstan.png -------------------------------------------------------------------------------- /docs/_assets/piemaxoutter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/piemaxoutter.png -------------------------------------------------------------------------------- /docs/_assets/piemor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/piemor.png -------------------------------------------------------------------------------- /docs/_assets/piemvp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/piemvp.png -------------------------------------------------------------------------------- /docs/_assets/piepushout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/piepushout.png -------------------------------------------------------------------------------- /docs/_assets/piestroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/piestroke.png -------------------------------------------------------------------------------- /docs/_assets/polar-axes-style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/polar-axes-style.png -------------------------------------------------------------------------------- /docs/_assets/polar-innerRadius.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/polar-innerRadius.gif -------------------------------------------------------------------------------- /docs/_assets/polar-labels-rotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/polar-labels-rotation.png -------------------------------------------------------------------------------- /docs/_assets/polar-labels-rotation2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/polar-labels-rotation2.png -------------------------------------------------------------------------------- /docs/_assets/polar-mvp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/polar-mvp.png -------------------------------------------------------------------------------- /docs/_assets/polar-rotation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/polar-rotation.gif -------------------------------------------------------------------------------- /docs/_assets/polar-star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/polar-star.png -------------------------------------------------------------------------------- /docs/_assets/polar-totalangle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/polar-totalangle.gif -------------------------------------------------------------------------------- /docs/_assets/polarlinecg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/polarlinecg.png -------------------------------------------------------------------------------- /docs/_assets/polarlinect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/polarlinect.png -------------------------------------------------------------------------------- /docs/_assets/polarlinefill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/polarlinefill.png -------------------------------------------------------------------------------- /docs/_assets/polarlinegs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/polarlinegs.png -------------------------------------------------------------------------------- /docs/_assets/polarlinegsf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/polarlinegsf.png -------------------------------------------------------------------------------- /docs/_assets/polarlinesmothness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/polarlinesmothness.png -------------------------------------------------------------------------------- /docs/_assets/polarlinesnullsplit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/polarlinesnullsplit.png -------------------------------------------------------------------------------- /docs/_assets/polarlinestroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/polarlinestroke.png -------------------------------------------------------------------------------- /docs/_assets/scatterct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/scatterct.png -------------------------------------------------------------------------------- /docs/_assets/scatterctl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/scatterctl.png -------------------------------------------------------------------------------- /docs/_assets/scattercustom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/scattercustom.png -------------------------------------------------------------------------------- /docs/_assets/scatterfill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/scatterfill.png -------------------------------------------------------------------------------- /docs/_assets/scattergeometrysize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/scattergeometrysize.png -------------------------------------------------------------------------------- /docs/_assets/scattermgs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/scattermgs.png -------------------------------------------------------------------------------- /docs/_assets/scatterstroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/scatterstroke.png -------------------------------------------------------------------------------- /docs/_assets/seriesname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/seriesname.png -------------------------------------------------------------------------------- /docs/_assets/stackedareafill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stackedareafill.png -------------------------------------------------------------------------------- /docs/_assets/stackedareags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stackedareags.png -------------------------------------------------------------------------------- /docs/_assets/stackedareasmt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stackedareasmt.png -------------------------------------------------------------------------------- /docs/_assets/stackedareastroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stackedareastroke.png -------------------------------------------------------------------------------- /docs/_assets/stackedcolcr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stackedcolcr.png -------------------------------------------------------------------------------- /docs/_assets/stackedcolfill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stackedcolfill.png -------------------------------------------------------------------------------- /docs/_assets/stackedcolmaxw10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stackedcolmaxw10.png -------------------------------------------------------------------------------- /docs/_assets/stackedcolsg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stackedcolsg.png -------------------------------------------------------------------------------- /docs/_assets/stackedcolstroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stackedcolstroke.png -------------------------------------------------------------------------------- /docs/_assets/stackedstepfill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stackedstepfill.png -------------------------------------------------------------------------------- /docs/_assets/stackedstepgs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stackedstepgs.png -------------------------------------------------------------------------------- /docs/_assets/stackedstepgss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stackedstepgss.png -------------------------------------------------------------------------------- /docs/_assets/stackedstepstroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stackedstepstroke.png -------------------------------------------------------------------------------- /docs/_assets/stepct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stepct.png -------------------------------------------------------------------------------- /docs/_assets/stepctl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stepctl.png -------------------------------------------------------------------------------- /docs/_assets/stepcustom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stepcustom.png -------------------------------------------------------------------------------- /docs/_assets/stepfill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stepfill.png -------------------------------------------------------------------------------- /docs/_assets/stepgeometrysize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stepgeometrysize.png -------------------------------------------------------------------------------- /docs/_assets/stepgeometrystrokefill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stepgeometrystrokefill.png -------------------------------------------------------------------------------- /docs/_assets/stepnullsplit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stepnullsplit.png -------------------------------------------------------------------------------- /docs/_assets/stepstroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/stepstroke.png -------------------------------------------------------------------------------- /docs/_assets/tooltip-compare-all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/tooltip-compare-all.gif -------------------------------------------------------------------------------- /docs/_assets/tooltip-custom-style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/tooltip-custom-style.png -------------------------------------------------------------------------------- /docs/_assets/tooltip-custom-template.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/tooltip-custom-template.gif -------------------------------------------------------------------------------- /docs/_assets/tooltip-custom-template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/tooltip-custom-template.png -------------------------------------------------------------------------------- /docs/_assets/tooltip-format1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/tooltip-format1.png -------------------------------------------------------------------------------- /docs/_assets/tooltip-format2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/tooltip-format2.png -------------------------------------------------------------------------------- /docs/_assets/tooltip-format3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/tooltip-format3.png -------------------------------------------------------------------------------- /docs/_assets/tooltip-format4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/tooltip-format4.png -------------------------------------------------------------------------------- /docs/_assets/tooltips.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/tooltips.gif -------------------------------------------------------------------------------- /docs/_assets/tsm_cac.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/tsm_cac.gif -------------------------------------------------------------------------------- /docs/_assets/tsm_cec.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/tsm_cec.gif -------------------------------------------------------------------------------- /docs/_assets/tsm_cxc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/tsm_cxc.gif -------------------------------------------------------------------------------- /docs/_assets/tsm_cyc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/tsm_cyc.gif -------------------------------------------------------------------------------- /docs/_assets/uno-android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/uno-android.png -------------------------------------------------------------------------------- /docs/_assets/uno-browse-livecharts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/uno-browse-livecharts.png -------------------------------------------------------------------------------- /docs/_assets/uno-install-winui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/uno-install-winui.png -------------------------------------------------------------------------------- /docs/_assets/uno-install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/uno-install.png -------------------------------------------------------------------------------- /docs/_assets/uno-mobile-dependency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/uno-mobile-dependency.png -------------------------------------------------------------------------------- /docs/_assets/uno-mobile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/uno-mobile.gif -------------------------------------------------------------------------------- /docs/_assets/uno-run-android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/uno-run-android.png -------------------------------------------------------------------------------- /docs/_assets/uno-run-wasm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/uno-run-wasm.png -------------------------------------------------------------------------------- /docs/_assets/uno-shared-mainpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/uno-shared-mainpage.png -------------------------------------------------------------------------------- /docs/_assets/uno-start-android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/uno-start-android.png -------------------------------------------------------------------------------- /docs/_assets/uno-start-wasm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/uno-start-wasm.png -------------------------------------------------------------------------------- /docs/_assets/uno-wasm-dependency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/uno-wasm-dependency.png -------------------------------------------------------------------------------- /docs/_assets/uno-windows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/uno-windows.gif -------------------------------------------------------------------------------- /docs/_assets/wf-designer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/wf-designer.gif -------------------------------------------------------------------------------- /docs/_assets/word-map-index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/word-map-index.json -------------------------------------------------------------------------------- /docs/_assets/world-map-fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/world-map-fill.png -------------------------------------------------------------------------------- /docs/_assets/world-map-mercator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/world-map-mercator.png -------------------------------------------------------------------------------- /docs/_assets/world-map-stroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/world-map-stroke.png -------------------------------------------------------------------------------- /docs/_assets/world-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/world-map.png -------------------------------------------------------------------------------- /docs/_assets/xf-result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/xf-result.gif -------------------------------------------------------------------------------- /docs/_assets/zoom-both.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/zoom-both.gif -------------------------------------------------------------------------------- /docs/_assets/zoom-x.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/zoom-x.gif -------------------------------------------------------------------------------- /docs/_assets/zoom-y.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/_assets/zoom-y.gif -------------------------------------------------------------------------------- /docs/about/mvvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/about/mvvm.md -------------------------------------------------------------------------------- /docs/cartesianChart/axes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/cartesianChart/axes.md -------------------------------------------------------------------------------- /docs/cartesianChart/boxseries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/cartesianChart/boxseries.md -------------------------------------------------------------------------------- /docs/cartesianChart/columnseries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/cartesianChart/columnseries.md -------------------------------------------------------------------------------- /docs/cartesianChart/financialseries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/cartesianChart/financialseries.md -------------------------------------------------------------------------------- /docs/cartesianChart/heatseries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/cartesianChart/heatseries.md -------------------------------------------------------------------------------- /docs/cartesianChart/legends.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/cartesianChart/legends.md -------------------------------------------------------------------------------- /docs/cartesianChart/lineseries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/cartesianChart/lineseries.md -------------------------------------------------------------------------------- /docs/cartesianChart/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/cartesianChart/overview.md -------------------------------------------------------------------------------- /docs/cartesianChart/scatterseries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/cartesianChart/scatterseries.md -------------------------------------------------------------------------------- /docs/cartesianChart/stackedcolumnseries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/cartesianChart/stackedcolumnseries.md -------------------------------------------------------------------------------- /docs/cartesianChart/stackedlineseries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/cartesianChart/stackedlineseries.md -------------------------------------------------------------------------------- /docs/cartesianChart/stackedsteplineseries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/cartesianChart/stackedsteplineseries.md -------------------------------------------------------------------------------- /docs/cartesianChart/steplineseries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/cartesianChart/steplineseries.md -------------------------------------------------------------------------------- /docs/cartesianChart/tooltips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/cartesianChart/tooltips.md -------------------------------------------------------------------------------- /docs/geomapchart/heatlandseries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/geomapchart/heatlandseries.md -------------------------------------------------------------------------------- /docs/geomapchart/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/geomapchart/overview.md -------------------------------------------------------------------------------- /docs/overview/1.1.how it works.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/overview/1.1.how it works.md -------------------------------------------------------------------------------- /docs/overview/1.12.themes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/overview/1.12.themes.md -------------------------------------------------------------------------------- /docs/overview/1.2.install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/overview/1.2.install.md -------------------------------------------------------------------------------- /docs/overview/1.4.automatic updates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/overview/1.4.automatic updates.md -------------------------------------------------------------------------------- /docs/overview/1.5.mappers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/overview/1.5.mappers.md -------------------------------------------------------------------------------- /docs/overview/1.6.paint tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/overview/1.6.paint tasks.md -------------------------------------------------------------------------------- /docs/overview/1.9.animations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/overview/1.9.animations.md -------------------------------------------------------------------------------- /docs/piechart/gauges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/piechart/gauges.md -------------------------------------------------------------------------------- /docs/piechart/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/piechart/overview.md -------------------------------------------------------------------------------- /docs/piechart/pieseries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/piechart/pieseries.md -------------------------------------------------------------------------------- /docs/polarchart/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/polarchart/overview.md -------------------------------------------------------------------------------- /docs/polarchart/polarlineseries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/polarchart/polarlineseries.md -------------------------------------------------------------------------------- /docs/samples/axes/crosshairs/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/crosshairs/result.gif -------------------------------------------------------------------------------- /docs/samples/axes/crosshairs/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSampleJustGif.md" }} -------------------------------------------------------------------------------- /docs/samples/axes/dateTimeScaled/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/dateTimeScaled/result.png -------------------------------------------------------------------------------- /docs/samples/axes/dateTimeScaled/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/dateTimeScaled/template.md -------------------------------------------------------------------------------- /docs/samples/axes/labelsFormat/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/labelsFormat/result.png -------------------------------------------------------------------------------- /docs/samples/axes/labelsFormat/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/labelsFormat/template.md -------------------------------------------------------------------------------- /docs/samples/axes/labelsFormat2/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/labelsFormat2/result.png -------------------------------------------------------------------------------- /docs/samples/axes/labelsFormat2/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/labelsFormat2/template.md -------------------------------------------------------------------------------- /docs/samples/axes/logarithmic/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/logarithmic/result.png -------------------------------------------------------------------------------- /docs/samples/axes/logarithmic/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/logarithmic/template.md -------------------------------------------------------------------------------- /docs/samples/axes/matchScale/doubley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/matchScale/doubley.png -------------------------------------------------------------------------------- /docs/samples/axes/matchScale/matchsdr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/matchScale/matchsdr.gif -------------------------------------------------------------------------------- /docs/samples/axes/matchScale/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/matchScale/result.png -------------------------------------------------------------------------------- /docs/samples/axes/matchScale/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/matchScale/template.md -------------------------------------------------------------------------------- /docs/samples/axes/multiple/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/multiple/result.png -------------------------------------------------------------------------------- /docs/samples/axes/multiple/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/multiple/template.md -------------------------------------------------------------------------------- /docs/samples/axes/paging/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/paging/result.gif -------------------------------------------------------------------------------- /docs/samples/axes/paging/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSampleJustGif.md" }} -------------------------------------------------------------------------------- /docs/samples/axes/shared/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/shared/result.gif -------------------------------------------------------------------------------- /docs/samples/axes/shared/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSampleJustGif.md" }} -------------------------------------------------------------------------------- /docs/samples/axes/style/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/style/result.png -------------------------------------------------------------------------------- /docs/samples/axes/style/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/style/template.md -------------------------------------------------------------------------------- /docs/samples/axes/timeSpanScaled/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/timeSpanScaled/result.png -------------------------------------------------------------------------------- /docs/samples/axes/timeSpanScaled/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/axes/timeSpanScaled/template.md -------------------------------------------------------------------------------- /docs/samples/bars/basic/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/bars/basic/result.gif -------------------------------------------------------------------------------- /docs/samples/bars/basic/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/bars/basic/result.png -------------------------------------------------------------------------------- /docs/samples/bars/basic/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSample.md" }} -------------------------------------------------------------------------------- /docs/samples/bars/custom/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/bars/custom/result.png -------------------------------------------------------------------------------- /docs/samples/bars/custom/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/bars/custom/template.md -------------------------------------------------------------------------------- /docs/samples/bars/delayedAnimation/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSampleJustGif.md" }} -------------------------------------------------------------------------------- /docs/samples/bars/layered/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/bars/layered/result.gif -------------------------------------------------------------------------------- /docs/samples/bars/layered/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/bars/layered/result.png -------------------------------------------------------------------------------- /docs/samples/bars/layered/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSample.md" }} -------------------------------------------------------------------------------- /docs/samples/bars/race/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/bars/race/result.gif -------------------------------------------------------------------------------- /docs/samples/bars/race/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSampleJustGif.md" }} -------------------------------------------------------------------------------- /docs/samples/bars/rowsWithLabels/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/bars/rowsWithLabels/result.png -------------------------------------------------------------------------------- /docs/samples/bars/rowsWithLabels/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/bars/rowsWithLabels/template.md -------------------------------------------------------------------------------- /docs/samples/bars/spacing/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/bars/spacing/result.png -------------------------------------------------------------------------------- /docs/samples/bars/spacing/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/bars/spacing/template.md -------------------------------------------------------------------------------- /docs/samples/bars/withBackground/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/bars/withBackground/result.gif -------------------------------------------------------------------------------- /docs/samples/bars/withBackground/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/bars/withBackground/result.png -------------------------------------------------------------------------------- /docs/samples/bars/withBackground/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSample.md" }} -------------------------------------------------------------------------------- /docs/samples/box/basic/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/box/basic/result.png -------------------------------------------------------------------------------- /docs/samples/box/basic/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/box/basic/template.md -------------------------------------------------------------------------------- /docs/samples/design/linearGradients/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSample.md" }} -------------------------------------------------------------------------------- /docs/samples/design/radialGradients/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSample.md" }} -------------------------------------------------------------------------------- /docs/samples/design/strokeDashArray/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSample.md" }} -------------------------------------------------------------------------------- /docs/samples/error/basic/all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/error/basic/all.png -------------------------------------------------------------------------------- /docs/samples/error/basic/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/error/basic/result.png -------------------------------------------------------------------------------- /docs/samples/error/basic/result2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/error/basic/result2.png -------------------------------------------------------------------------------- /docs/samples/error/basic/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/error/basic/template.md -------------------------------------------------------------------------------- /docs/samples/events/cartesian/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/events/cartesian/result.gif -------------------------------------------------------------------------------- /docs/samples/events/cartesian/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/events/cartesian/template.md -------------------------------------------------------------------------------- /docs/samples/events/tutorial/events-auto.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/events/tutorial/events-auto.gif -------------------------------------------------------------------------------- /docs/samples/events/tutorial/events-ex.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/events/tutorial/events-ex.gif -------------------------------------------------------------------------------- /docs/samples/events/tutorial/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/events/tutorial/result.gif -------------------------------------------------------------------------------- /docs/samples/events/tutorial/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/events/tutorial/template.md -------------------------------------------------------------------------------- /docs/samples/financial/basicCandlesticks/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSample.md" }} -------------------------------------------------------------------------------- /docs/samples/general/chartToImage/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/general/chartToImage/result.png -------------------------------------------------------------------------------- /docs/samples/general/conditionalDraw/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSampleJustGif.md" }} -------------------------------------------------------------------------------- /docs/samples/general/drawOnCanvas/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/general/drawOnCanvas/result.gif -------------------------------------------------------------------------------- /docs/samples/general/mapPoints/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/general/mapPoints/result.gif -------------------------------------------------------------------------------- /docs/samples/general/mapPoints/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/general/mapPoints/result.png -------------------------------------------------------------------------------- /docs/samples/general/mapPoints/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSample.md" }} -------------------------------------------------------------------------------- /docs/samples/general/nullPoints/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/general/nullPoints/result.png -------------------------------------------------------------------------------- /docs/samples/general/nullPoints/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSample.md" }} -------------------------------------------------------------------------------- /docs/samples/general/realTime/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/general/realTime/result.gif -------------------------------------------------------------------------------- /docs/samples/general/realTime/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSampleJustGif.md" }} -------------------------------------------------------------------------------- /docs/samples/general/scrollable/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/general/scrollable/result.gif -------------------------------------------------------------------------------- /docs/samples/general/scrollable/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSampleJustGif.md" }} -------------------------------------------------------------------------------- /docs/samples/general/sections2/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/general/sections2/result.png -------------------------------------------------------------------------------- /docs/samples/general/sections2/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/general/sections2/template.md -------------------------------------------------------------------------------- /docs/samples/general/visibility/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/general/visibility/result.gif -------------------------------------------------------------------------------- /docs/samples/general/visibility/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSampleJustGif.md" }} -------------------------------------------------------------------------------- /docs/samples/heat/basic/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/heat/basic/result.gif -------------------------------------------------------------------------------- /docs/samples/heat/basic/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/heat/basic/result.png -------------------------------------------------------------------------------- /docs/samples/heat/basic/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSample.md" }} -------------------------------------------------------------------------------- /docs/samples/lines/area/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/area/result.png -------------------------------------------------------------------------------- /docs/samples/lines/area/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/area/template.md -------------------------------------------------------------------------------- /docs/samples/lines/autoupdate/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/autoupdate/result.gif -------------------------------------------------------------------------------- /docs/samples/lines/autoupdate/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/autoupdate/template.md -------------------------------------------------------------------------------- /docs/samples/lines/basic/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/basic/result.gif -------------------------------------------------------------------------------- /docs/samples/lines/basic/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/basic/result.png -------------------------------------------------------------------------------- /docs/samples/lines/basic/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/basic/template.md -------------------------------------------------------------------------------- /docs/samples/lines/custom/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/custom/result.png -------------------------------------------------------------------------------- /docs/samples/lines/custom/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/custom/template.md -------------------------------------------------------------------------------- /docs/samples/lines/custompoints/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/custompoints/result.png -------------------------------------------------------------------------------- /docs/samples/lines/custompoints/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/custompoints/template.md -------------------------------------------------------------------------------- /docs/samples/lines/straight/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/straight/result.png -------------------------------------------------------------------------------- /docs/samples/lines/straight/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/straight/template.md -------------------------------------------------------------------------------- /docs/samples/lines/xy/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/xy/result.png -------------------------------------------------------------------------------- /docs/samples/lines/xy/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/xy/template.md -------------------------------------------------------------------------------- /docs/samples/lines/zoom/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/zoom/result.gif -------------------------------------------------------------------------------- /docs/samples/lines/zoom/selection-zoom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/zoom/selection-zoom.gif -------------------------------------------------------------------------------- /docs/samples/lines/zoom/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/zoom/template.md -------------------------------------------------------------------------------- /docs/samples/lines/zoom/zoom-both-nofit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/lines/zoom/zoom-both-nofit.gif -------------------------------------------------------------------------------- /docs/samples/maps/world/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/maps/world/result.png -------------------------------------------------------------------------------- /docs/samples/maps/world/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/maps/world/template.md -------------------------------------------------------------------------------- /docs/samples/pies/angularGauge/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/angularGauge/result.gif -------------------------------------------------------------------------------- /docs/samples/pies/angularGauge/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/angularGauge/template.md -------------------------------------------------------------------------------- /docs/samples/pies/basic/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/basic/result.gif -------------------------------------------------------------------------------- /docs/samples/pies/basic/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/basic/result.png -------------------------------------------------------------------------------- /docs/samples/pies/basic/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/basic/template.md -------------------------------------------------------------------------------- /docs/samples/pies/custom/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/custom/result.png -------------------------------------------------------------------------------- /docs/samples/pies/custom/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/custom/template.md -------------------------------------------------------------------------------- /docs/samples/pies/doughnut/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/doughnut/result.png -------------------------------------------------------------------------------- /docs/samples/pies/doughnut/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/doughnut/template.md -------------------------------------------------------------------------------- /docs/samples/pies/gauge1/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/gauge1/result.png -------------------------------------------------------------------------------- /docs/samples/pies/gauge1/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/gauge1/template.md -------------------------------------------------------------------------------- /docs/samples/pies/gauge2/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/gauge2/result.png -------------------------------------------------------------------------------- /docs/samples/pies/gauge2/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/gauge2/template.md -------------------------------------------------------------------------------- /docs/samples/pies/gauge3/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/gauge3/result.png -------------------------------------------------------------------------------- /docs/samples/pies/gauge3/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/gauge3/template.md -------------------------------------------------------------------------------- /docs/samples/pies/gauge4/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/gauge4/result.png -------------------------------------------------------------------------------- /docs/samples/pies/gauge4/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/gauge4/template.md -------------------------------------------------------------------------------- /docs/samples/pies/gauge5/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/gauge5/result.gif -------------------------------------------------------------------------------- /docs/samples/pies/gauge5/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSampleJustGif.md" }} -------------------------------------------------------------------------------- /docs/samples/pies/icons/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/icons/result.png -------------------------------------------------------------------------------- /docs/samples/pies/icons/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/icons/template.md -------------------------------------------------------------------------------- /docs/samples/pies/nested/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/nested/result.png -------------------------------------------------------------------------------- /docs/samples/pies/nested/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/nested/template.md -------------------------------------------------------------------------------- /docs/samples/pies/nightingaleRose/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/nightingaleRose/result.png -------------------------------------------------------------------------------- /docs/samples/pies/outlabels/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/outlabels/result.png -------------------------------------------------------------------------------- /docs/samples/pies/outlabels/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/outlabels/template.md -------------------------------------------------------------------------------- /docs/samples/pies/pushout/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/pushout/result.png -------------------------------------------------------------------------------- /docs/samples/pies/pushout/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/pies/pushout/template.md -------------------------------------------------------------------------------- /docs/samples/polar/basic/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/polar/basic/result.png -------------------------------------------------------------------------------- /docs/samples/polar/basic/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/polar/basic/template.md -------------------------------------------------------------------------------- /docs/samples/polar/coordinates/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/polar/coordinates/result.png -------------------------------------------------------------------------------- /docs/samples/polar/coordinates/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/polar/coordinates/template.md -------------------------------------------------------------------------------- /docs/samples/polar/radialArea/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/polar/radialArea/result.png -------------------------------------------------------------------------------- /docs/samples/polar/radialArea/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/polar/radialArea/template.md -------------------------------------------------------------------------------- /docs/samples/scatter/basic/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/scatter/basic/result.gif -------------------------------------------------------------------------------- /docs/samples/scatter/basic/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/scatter/basic/result.png -------------------------------------------------------------------------------- /docs/samples/scatter/basic/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSample.md" }} -------------------------------------------------------------------------------- /docs/samples/scatter/bubbles/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/scatter/bubbles/result.png -------------------------------------------------------------------------------- /docs/samples/scatter/bubbles/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/scatter/bubbles/template.md -------------------------------------------------------------------------------- /docs/samples/scatter/custom/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/scatter/custom/result.png -------------------------------------------------------------------------------- /docs/samples/scatter/custom/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/scatter/custom/template.md -------------------------------------------------------------------------------- /docs/samples/stackedArea/basic/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/stackedArea/basic/result.gif -------------------------------------------------------------------------------- /docs/samples/stackedArea/basic/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/stackedArea/basic/result.png -------------------------------------------------------------------------------- /docs/samples/stackedArea/basic/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSample.md" }} -------------------------------------------------------------------------------- /docs/samples/stackedArea/stepArea/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/stackedArea/stepArea/result.gif -------------------------------------------------------------------------------- /docs/samples/stackedArea/stepArea/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/stackedArea/stepArea/result.png -------------------------------------------------------------------------------- /docs/samples/stackedArea/stepArea/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSample.md" }} -------------------------------------------------------------------------------- /docs/samples/stackedBars/basic/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/stackedBars/basic/result.gif -------------------------------------------------------------------------------- /docs/samples/stackedBars/basic/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/stackedBars/basic/result.png -------------------------------------------------------------------------------- /docs/samples/stackedBars/basic/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSample.md" }} -------------------------------------------------------------------------------- /docs/samples/stackedBars/groups/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/stackedBars/groups/result.png -------------------------------------------------------------------------------- /docs/samples/stackedBars/groups/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/stackedBars/groups/template.md -------------------------------------------------------------------------------- /docs/samples/steplines/basic/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/steplines/basic/result.gif -------------------------------------------------------------------------------- /docs/samples/steplines/basic/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/samples/steplines/basic/result.png -------------------------------------------------------------------------------- /docs/samples/steplines/basic/template.md: -------------------------------------------------------------------------------- 1 | {{ render "~/shared/genericSample.md" }} -------------------------------------------------------------------------------- /docs/shared/chart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/shared/chart.md -------------------------------------------------------------------------------- /docs/shared/datalabels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/shared/datalabels.md -------------------------------------------------------------------------------- /docs/shared/genericSample.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/shared/genericSample.md -------------------------------------------------------------------------------- /docs/shared/genericSampleHeader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/shared/genericSampleHeader.md -------------------------------------------------------------------------------- /docs/shared/genericSampleJustGif.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/shared/genericSampleJustGif.md -------------------------------------------------------------------------------- /docs/shared/genericSampleJustGifHeader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/shared/genericSampleJustGifHeader.md -------------------------------------------------------------------------------- /docs/shared/genericSampleSimple.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/shared/genericSampleSimple.md -------------------------------------------------------------------------------- /docs/shared/genericSampleSimpleHeader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/shared/genericSampleSimpleHeader.md -------------------------------------------------------------------------------- /docs/shared/legends.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/shared/legends.md -------------------------------------------------------------------------------- /docs/shared/polarlabels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/shared/polarlabels.md -------------------------------------------------------------------------------- /docs/shared/relatedTo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/shared/relatedTo.md -------------------------------------------------------------------------------- /docs/shared/series.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/shared/series.md -------------------------------------------------------------------------------- /docs/shared/series2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/shared/series2.md -------------------------------------------------------------------------------- /docs/shared/tooltips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/docs/shared/tooltips.md -------------------------------------------------------------------------------- /global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/global.json -------------------------------------------------------------------------------- /livecharts-icon-128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/livecharts-icon-128x128.png -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/readme.txt -------------------------------------------------------------------------------- /samples/.vsconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/.vsconfig -------------------------------------------------------------------------------- /samples/AvaloniaSample/App.axaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/App.axaml -------------------------------------------------------------------------------- /samples/AvaloniaSample/App.axaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/App.axaml.cs -------------------------------------------------------------------------------- /samples/AvaloniaSample/Assets/livecharts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/Assets/livecharts.png -------------------------------------------------------------------------------- /samples/AvaloniaSample/AvaloniaSample.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/AvaloniaSample.csproj -------------------------------------------------------------------------------- /samples/AvaloniaSample/Axes/Style/View.axaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/Axes/Style/View.axaml -------------------------------------------------------------------------------- /samples/AvaloniaSample/Bars/Basic/View.axaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/Bars/Basic/View.axaml -------------------------------------------------------------------------------- /samples/AvaloniaSample/Bars/Race/View.axaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/Bars/Race/View.axaml -------------------------------------------------------------------------------- /samples/AvaloniaSample/Box/Basic/View.axaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/Box/Basic/View.axaml -------------------------------------------------------------------------------- /samples/AvaloniaSample/Directory.Build.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/Directory.Build.props -------------------------------------------------------------------------------- /samples/AvaloniaSample/Heat/Basic/View.axaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/Heat/Basic/View.axaml -------------------------------------------------------------------------------- /samples/AvaloniaSample/Lines/Area/View.axaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/Lines/Area/View.axaml -------------------------------------------------------------------------------- /samples/AvaloniaSample/Lines/XY/View.axaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/Lines/XY/View.axaml -------------------------------------------------------------------------------- /samples/AvaloniaSample/Lines/Zoom/View.axaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/Lines/Zoom/View.axaml -------------------------------------------------------------------------------- /samples/AvaloniaSample/MainView.axaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/MainView.axaml -------------------------------------------------------------------------------- /samples/AvaloniaSample/MainView.axaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/MainView.axaml.cs -------------------------------------------------------------------------------- /samples/AvaloniaSample/MainWindow.axaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/MainWindow.axaml -------------------------------------------------------------------------------- /samples/AvaloniaSample/MainWindow.axaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/MainWindow.axaml.cs -------------------------------------------------------------------------------- /samples/AvaloniaSample/Maps/World/View.axaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/Maps/World/View.axaml -------------------------------------------------------------------------------- /samples/AvaloniaSample/Pies/Basic/View.axaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/Pies/Basic/View.axaml -------------------------------------------------------------------------------- /samples/AvaloniaSample/Pies/Gauge/View.axaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/Pies/Gauge/View.axaml -------------------------------------------------------------------------------- /samples/AvaloniaSample/Pies/Icons/View.axaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/Pies/Icons/View.axaml -------------------------------------------------------------------------------- /samples/AvaloniaSample/SampleConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/AvaloniaSample/SampleConverter.cs -------------------------------------------------------------------------------- /samples/BlazorSample/App.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/App.razor -------------------------------------------------------------------------------- /samples/BlazorSample/BlazorSample.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/BlazorSample.csproj -------------------------------------------------------------------------------- /samples/BlazorSample/Layout/MainLayout.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Layout/MainLayout.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Layout/NavMenu.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Layout/NavMenu.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Axes/Paging.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Axes/Paging.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Axes/Shared.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Axes/Shared.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Axes/Style.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Axes/Style.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Bars/Basic.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Bars/Basic.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Bars/Custom.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Bars/Custom.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Bars/Race.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Bars/Race.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Box/Basic.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Box/Basic.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Counter.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Counter.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Error/Basic.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Error/Basic.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Heat/Basic.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Heat/Basic.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Home.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Home.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Lines/Area.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Lines/Area.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Lines/Basic.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Lines/Basic.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Lines/XY.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Lines/XY.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Lines/Zoom.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Lines/Zoom.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Maps/World.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Maps/World.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Pies/Basic.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Pies/Basic.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Pies/Custom.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Pies/Custom.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Pies/Gauge1.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Pies/Gauge1.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Pies/Gauge2.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Pies/Gauge2.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Pies/Gauge3.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Pies/Gauge3.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Pies/Gauge4.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Pies/Gauge4.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Pies/Gauge5.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Pies/Gauge5.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Pies/Icons.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Pies/Icons.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Pies/Nested.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Pies/Nested.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Polar/Basic.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Polar/Basic.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Pages/Weather.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Pages/Weather.razor -------------------------------------------------------------------------------- /samples/BlazorSample/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/Program.cs -------------------------------------------------------------------------------- /samples/BlazorSample/_Imports.razor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/_Imports.razor -------------------------------------------------------------------------------- /samples/BlazorSample/wwwroot/css/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/wwwroot/css/app.css -------------------------------------------------------------------------------- /samples/BlazorSample/wwwroot/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/wwwroot/favicon.png -------------------------------------------------------------------------------- /samples/BlazorSample/wwwroot/icon-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/wwwroot/icon-192.png -------------------------------------------------------------------------------- /samples/BlazorSample/wwwroot/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/BlazorSample/wwwroot/index.html -------------------------------------------------------------------------------- /samples/EtoFormsSample/Axes/Multiple/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Axes/Multiple/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Axes/Paging/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Axes/Paging/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Axes/Shared/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Axes/Shared/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Axes/Style/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Axes/Style/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Bars/Basic/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Bars/Basic/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Bars/Custom/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Bars/Custom/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Bars/Layered/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Bars/Layered/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Bars/Race/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Bars/Race/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Bars/Spacing/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Bars/Spacing/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Box/Basic/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Box/Basic/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Error/Basic/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Error/Basic/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/EtoFormsSample.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/EtoFormsSample.csproj -------------------------------------------------------------------------------- /samples/EtoFormsSample/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Form1.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/GlobalSuppressions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/GlobalSuppressions.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Heat/Basic/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Heat/Basic/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Images/gtkdemo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Images/gtkdemo.gif -------------------------------------------------------------------------------- /samples/EtoFormsSample/Images/livecharts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Images/livecharts.png -------------------------------------------------------------------------------- /samples/EtoFormsSample/Images/macdemo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Images/macdemo.gif -------------------------------------------------------------------------------- /samples/EtoFormsSample/Images/wpfdemo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Images/wpfdemo.gif -------------------------------------------------------------------------------- /samples/EtoFormsSample/Lines/Area/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Lines/Area/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Lines/Basic/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Lines/Basic/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Lines/Custom/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Lines/Custom/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Lines/Padding/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Lines/Padding/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Lines/XY/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Lines/XY/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Lines/Zoom/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Lines/Zoom/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Maps/World/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Maps/World/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Pies/Basic/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Pies/Basic/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Pies/Custom/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Pies/Custom/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Pies/Doughnut/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Pies/Doughnut/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Pies/Gauge1/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Pies/Gauge1/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Pies/Gauge2/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Pies/Gauge2/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Pies/Gauge3/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Pies/Gauge3/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Pies/Gauge4/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Pies/Gauge4/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Pies/Gauge5/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Pies/Gauge5/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Pies/Icons/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Pies/Icons/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Pies/Nested/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Pies/Nested/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Pies/Pushout/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Pies/Pushout/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Polar/Basic/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Polar/Basic/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Program.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Scatter/Basic/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Scatter/Basic/View.cs -------------------------------------------------------------------------------- /samples/EtoFormsSample/Test/Dispose/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/EtoFormsSample/Test/Dispose/View.cs -------------------------------------------------------------------------------- /samples/IChartEntitySample/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/IChartEntitySample/Program.cs -------------------------------------------------------------------------------- /samples/IChartEntitySample/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/IChartEntitySample/data.json -------------------------------------------------------------------------------- /samples/MappersSamples/MappersSamples.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MappersSamples/MappersSamples.csproj -------------------------------------------------------------------------------- /samples/MappersSamples/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MappersSamples/Program.cs -------------------------------------------------------------------------------- /samples/MappersSamples/cities.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MappersSamples/cities.json -------------------------------------------------------------------------------- /samples/MappersSamples/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MappersSamples/data.json -------------------------------------------------------------------------------- /samples/MauiSample/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/App.xaml -------------------------------------------------------------------------------- /samples/MauiSample/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/App.xaml.cs -------------------------------------------------------------------------------- /samples/MauiSample/AppShell.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/AppShell.xaml -------------------------------------------------------------------------------- /samples/MauiSample/AppShell.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/AppShell.xaml.cs -------------------------------------------------------------------------------- /samples/MauiSample/Axes/Crosshairs/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Axes/Crosshairs/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Axes/Multiple/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Axes/Multiple/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Axes/Paging/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Axes/Paging/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Axes/Shared/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Axes/Shared/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Axes/Style/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Axes/Style/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Axes/Style/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Axes/Style/View.xaml.cs -------------------------------------------------------------------------------- /samples/MauiSample/Bars/Basic/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Bars/Basic/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Bars/Basic/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Bars/Basic/View.xaml.cs -------------------------------------------------------------------------------- /samples/MauiSample/Bars/Custom/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Bars/Custom/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Bars/Layered/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Bars/Layered/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Bars/Race/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Bars/Race/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Bars/Race/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Bars/Race/View.xaml.cs -------------------------------------------------------------------------------- /samples/MauiSample/Bars/Spacing/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Bars/Spacing/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Box/Basic/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Box/Basic/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Box/Basic/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Box/Basic/View.xaml.cs -------------------------------------------------------------------------------- /samples/MauiSample/Error/Basic/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Error/Basic/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/GlobalSuppressions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/GlobalSuppressions.cs -------------------------------------------------------------------------------- /samples/MauiSample/Heat/Basic/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Heat/Basic/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Heat/Basic/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Heat/Basic/View.xaml.cs -------------------------------------------------------------------------------- /samples/MauiSample/Lines/Area/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Lines/Area/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Lines/Area/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Lines/Area/View.xaml.cs -------------------------------------------------------------------------------- /samples/MauiSample/Lines/Basic/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Lines/Basic/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Lines/Custom/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Lines/Custom/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Lines/Padding/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Lines/Padding/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Lines/XY/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Lines/XY/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Lines/XY/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Lines/XY/View.xaml.cs -------------------------------------------------------------------------------- /samples/MauiSample/Lines/Zoom/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Lines/Zoom/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Lines/Zoom/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Lines/Zoom/View.xaml.cs -------------------------------------------------------------------------------- /samples/MauiSample/Maps/World/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Maps/World/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Maps/World/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Maps/World/View.xaml.cs -------------------------------------------------------------------------------- /samples/MauiSample/MauiProgram.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/MauiProgram.cs -------------------------------------------------------------------------------- /samples/MauiSample/MauiSample.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/MauiSample.csproj -------------------------------------------------------------------------------- /samples/MauiSample/Pies/Basic/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Pies/Basic/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Pies/Basic/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Pies/Basic/View.xaml.cs -------------------------------------------------------------------------------- /samples/MauiSample/Pies/Custom/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Pies/Custom/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Pies/Doughnut/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Pies/Doughnut/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Pies/Gauge1/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Pies/Gauge1/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Pies/Gauge2/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Pies/Gauge2/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Pies/Gauge3/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Pies/Gauge3/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Pies/Gauge4/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Pies/Gauge4/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Pies/Gauge5/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Pies/Gauge5/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Pies/Icons/SvgLabel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Pies/Icons/SvgLabel.cs -------------------------------------------------------------------------------- /samples/MauiSample/Pies/Icons/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Pies/Icons/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Pies/Icons/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Pies/Icons/View.xaml.cs -------------------------------------------------------------------------------- /samples/MauiSample/Pies/Nested/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Pies/Nested/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Pies/Pushout/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Pies/Pushout/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Polar/Basic/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Polar/Basic/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Resources/Styles.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Resources/Styles.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Resources/appicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Resources/appicon.svg -------------------------------------------------------------------------------- /samples/MauiSample/Resources/appiconfg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Resources/appiconfg.svg -------------------------------------------------------------------------------- /samples/MauiSample/Scatter/Basic/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Scatter/Basic/View.xaml -------------------------------------------------------------------------------- /samples/MauiSample/Test/Dispose/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/MauiSample/Test/Dispose/View.xaml -------------------------------------------------------------------------------- /samples/NuGet.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/NuGet.config -------------------------------------------------------------------------------- /samples/QuestPDFSample/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/QuestPDFSample/Program.cs -------------------------------------------------------------------------------- /samples/UnoPlatformSample/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/UnoPlatformSample/.editorconfig -------------------------------------------------------------------------------- /samples/UnoPlatformSample/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/UnoPlatformSample/.gitignore -------------------------------------------------------------------------------- /samples/UnoPlatformSample/.run/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/UnoPlatformSample/.run/Readme.md -------------------------------------------------------------------------------- /samples/UnoPlatformSample/.vsconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/UnoPlatformSample/.vsconfig -------------------------------------------------------------------------------- /samples/UnoPlatformSample/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/UnoPlatformSample/global.json -------------------------------------------------------------------------------- /samples/ViewModelsSamples/Index.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/ViewModelsSamples/Index.cs -------------------------------------------------------------------------------- /samples/WPFSample/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/App.xaml -------------------------------------------------------------------------------- /samples/WPFSample/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/App.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/AssemblyInfo.cs -------------------------------------------------------------------------------- /samples/WPFSample/Axes/Multiple/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Axes/Multiple/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Axes/Paging/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Axes/Paging/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Axes/Paging/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Axes/Paging/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Axes/Shared/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Axes/Shared/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Axes/Shared/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Axes/Shared/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Axes/Style/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Axes/Style/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Axes/Style/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Axes/Style/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Bars/Basic/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Bars/Basic/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Bars/Basic/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Bars/Basic/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Bars/Custom/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Bars/Custom/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Bars/Custom/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Bars/Custom/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Bars/Layered/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Bars/Layered/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Bars/Race/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Bars/Race/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Bars/Race/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Bars/Race/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Bars/Spacing/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Bars/Spacing/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Box/Basic/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Box/Basic/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Box/Basic/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Box/Basic/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Error/Basic/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Error/Basic/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Error/Basic/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Error/Basic/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/GlobalSuppressions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/GlobalSuppressions.cs -------------------------------------------------------------------------------- /samples/WPFSample/Heat/Basic/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Heat/Basic/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Heat/Basic/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Heat/Basic/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Images/livecharts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Images/livecharts.png -------------------------------------------------------------------------------- /samples/WPFSample/Lines/Area/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Lines/Area/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Lines/Area/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Lines/Area/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Lines/Basic/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Lines/Basic/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Lines/Basic/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Lines/Basic/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Lines/Custom/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Lines/Custom/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Lines/Padding/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Lines/Padding/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Lines/Straight/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Lines/Straight/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Lines/XY/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Lines/XY/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Lines/XY/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Lines/XY/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Lines/Zoom/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Lines/Zoom/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Lines/Zoom/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Lines/Zoom/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/MainWindow.xaml -------------------------------------------------------------------------------- /samples/WPFSample/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/MainWindow.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Maps/World/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Maps/World/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Maps/World/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Maps/World/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Basic/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Basic/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Basic/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Basic/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Custom/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Custom/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Custom/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Custom/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Doughnut/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Doughnut/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Gauge/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Gauge/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Gauge/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Gauge/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Gauge1/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Gauge1/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Gauge1/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Gauge1/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Gauge2/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Gauge2/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Gauge2/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Gauge2/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Gauge3/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Gauge3/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Gauge3/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Gauge3/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Gauge4/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Gauge4/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Gauge4/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Gauge4/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Gauge5/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Gauge5/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Gauge5/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Gauge5/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Icons/SvgLabel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Icons/SvgLabel.cs -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Icons/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Icons/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Icons/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Icons/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Nested/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Nested/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Nested/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Nested/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Pies/OutLabels/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/OutLabels/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Pies/Pushout/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Pies/Pushout/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Polar/Basic/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Polar/Basic/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Polar/Basic/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Polar/Basic/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Polar/Test/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Polar/Test/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Polar/Test/View.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Polar/Test/View.xaml.cs -------------------------------------------------------------------------------- /samples/WPFSample/Scatter/Basic/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Scatter/Basic/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Scatter/Custom/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Scatter/Custom/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/StepLines/Area/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/StepLines/Area/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/StepLines/Zoom/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/StepLines/Zoom/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/Test/Dispose/View.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/Test/Dispose/View.xaml -------------------------------------------------------------------------------- /samples/WPFSample/WPFSample.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WPFSample/WPFSample.csproj -------------------------------------------------------------------------------- /samples/WinFormsSample/Axes/Paging/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Axes/Paging/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Axes/Shared/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Axes/Shared/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Axes/Style/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Axes/Style/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Bars/Basic/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Bars/Basic/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Bars/Custom/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Bars/Custom/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Bars/Race/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Bars/Race/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Bars/Race/View.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Bars/Race/View.resx -------------------------------------------------------------------------------- /samples/WinFormsSample/Box/Basic/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Box/Basic/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Box/Basic/View.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Box/Basic/View.resx -------------------------------------------------------------------------------- /samples/WinFormsSample/Error/Basic/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Error/Basic/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Form1.Designer.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Form1.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Form1.resx -------------------------------------------------------------------------------- /samples/WinFormsSample/Heat/Basic/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Heat/Basic/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Lines/Area/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Lines/Area/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Lines/Basic/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Lines/Basic/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Lines/XY/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Lines/XY/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Lines/XY/View.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Lines/XY/View.resx -------------------------------------------------------------------------------- /samples/WinFormsSample/Lines/Zoom/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Lines/Zoom/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Maps/World/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Maps/World/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Pies/Basic/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Pies/Basic/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Pies/Custom/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Pies/Custom/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Pies/Gauge1/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Pies/Gauge1/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Pies/Gauge2/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Pies/Gauge2/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Pies/Gauge3/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Pies/Gauge3/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Pies/Gauge4/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Pies/Gauge4/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Pies/Gauge5/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Pies/Gauge5/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Pies/Icons/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Pies/Icons/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Pies/Nested/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Pies/Nested/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Polar/Basic/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Polar/Basic/View.cs -------------------------------------------------------------------------------- /samples/WinFormsSample/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinFormsSample/Program.cs -------------------------------------------------------------------------------- /samples/WinUISample/WinUISample/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/samples/WinUISample/WinUISample/App.xaml -------------------------------------------------------------------------------- /src/LiveChartsCore/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/BarSeries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/BarSeries.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/CartesianChartEngine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/CartesianChartEngine.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/CartesianSeries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/CartesianSeries.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Chart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Chart.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/CoreAxis.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/CoreAxis.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/CoreBoxSeries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/CoreBoxSeries.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/CoreColumnSeries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/CoreColumnSeries.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/CoreFinancialSeries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/CoreFinancialSeries.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/CoreHeatLandSeries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/CoreHeatLandSeries.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/CoreHeatSeries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/CoreHeatSeries.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/CoreLineSeries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/CoreLineSeries.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/CorePieSeries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/CorePieSeries.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/CorePolarAxis.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/CorePolarAxis.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/CorePolarLineSeries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/CorePolarLineSeries.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/CoreRowSeries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/CoreRowSeries.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/CoreScatterSeries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/CoreScatterSeries.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/CoreSection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/CoreSection.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/CoreStackedRowSeries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/CoreStackedRowSeries.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/CoreStepLineSeries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/CoreStepLineSeries.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Defaults/BoxValue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Defaults/BoxValue.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Defaults/ErrorPoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Defaults/ErrorPoint.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Defaults/ErrorValue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Defaults/ErrorValue.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/DrawMarginFrame.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/DrawMarginFrame.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Drawing/Align.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Drawing/Align.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Drawing/Animatable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Drawing/Animatable.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Drawing/Animation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Drawing/Animation.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Drawing/DropShadow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Drawing/DropShadow.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Drawing/KeyFrame.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Drawing/KeyFrame.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Drawing/LvcColor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Drawing/LvcColor.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Drawing/LvcPoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Drawing/LvcPoint.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Drawing/LvcPointD.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Drawing/LvcPointD.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Drawing/LvcRectangle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Drawing/LvcRectangle.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Drawing/LvcSize.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Drawing/LvcSize.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Drawing/Padding.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Drawing/Padding.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Drawing/SVGPoints.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Drawing/SVGPoints.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/EasingFunctions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/EasingFunctions.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Generators/BaseSet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Generators/BaseSet.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Geo/DrawnMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Geo/DrawnMap.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Geo/GeoJsonFeature.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Geo/GeoJsonFeature.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Geo/GeoJsonFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Geo/GeoJsonFile.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Geo/IGeoMapView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Geo/IGeoMapView.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Geo/IGeoSeries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Geo/IGeoSeries.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Geo/IHeatLandShape.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Geo/IHeatLandShape.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Geo/IMapFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Geo/IMapFactory.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Geo/IWeigthedMapLand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Geo/IWeigthedMapLand.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Geo/LandData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Geo/LandData.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Geo/LandDefinition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Geo/LandDefinition.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Geo/MapContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Geo/MapContext.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Geo/MapLayer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Geo/MapLayer.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Geo/MapProjection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Geo/MapProjection.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Geo/MapProjector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Geo/MapProjector.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Geo/MapShapeContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Geo/MapShapeContext.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Geo/Maps.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Geo/Maps.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Geo/world.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Geo/world.geojson -------------------------------------------------------------------------------- /src/LiveChartsCore/GeoMapChart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/GeoMapChart.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/HeatFunctions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/HeatFunctions.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/IInternalSeries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/IInternalSeries.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/ISeries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/ISeries.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Kernel/ChartElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Kernel/ChartElement.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Kernel/ChartPoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Kernel/ChartPoint.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Kernel/Coordinate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Kernel/Coordinate.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Kernel/Error.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Kernel/Error.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Kernel/Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Kernel/Extensions.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Kernel/IChartElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Kernel/IChartElement.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Kernel/IChartEntity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Kernel/IChartEntity.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Kernel/SeriesContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Kernel/SeriesContext.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Kernel/StackedTotal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Kernel/StackedTotal.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Kernel/StackedValue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Kernel/StackedValue.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Kernel/Stacker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Kernel/Stacker.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Labelers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Labelers.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/LiveCharts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/LiveCharts.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/LiveChartsCore.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/LiveChartsCore.csproj -------------------------------------------------------------------------------- /src/LiveChartsCore/Measure/AxisLimit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Measure/AxisLimit.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Measure/AxisPosition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Measure/AxisPosition.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Measure/AxisTick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Measure/AxisTick.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Measure/Bounds.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Measure/Bounds.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Measure/ClipMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Measure/ClipMode.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Measure/FindPointFor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Measure/FindPointFor.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Measure/Margin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Measure/Margin.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Measure/MeasureUnit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Measure/MeasureUnit.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Measure/PolarScaler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Measure/PolarScaler.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Measure/Scaler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Measure/Scaler.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Measure/SeriesBounds.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Measure/SeriesBounds.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Motion/CanvasZone.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Motion/CanvasZone.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Motion/IFrameTicker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Motion/IFrameTicker.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Motion/IRenderMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Motion/IRenderMode.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Painting/DrawnTask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Painting/DrawnTask.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Painting/MeasureTask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Painting/MeasureTask.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Painting/Paint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Painting/Paint.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Painting/PaintStyle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Painting/PaintStyle.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/PieChartEngine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/PieChartEngine.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/PolarChartEngine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/PolarChartEngine.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Series.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Series.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/SharedAxes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/SharedAxes.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Themes/ColorPalletes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Themes/ColorPalletes.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Themes/LvcThemeKind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Themes/LvcThemeKind.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/Themes/Theme.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/Themes/Theme.cs -------------------------------------------------------------------------------- /src/LiveChartsCore/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/LiveChartsCore/images/icon.png -------------------------------------------------------------------------------- /src/_Shared.Native/Events/EventArgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/_Shared.Native/Events/EventArgs.cs -------------------------------------------------------------------------------- /src/_Shared.Native/Events/Handler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/_Shared.Native/Events/Handler.cs -------------------------------------------------------------------------------- /src/_Shared.Native/Events/PinchHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/_Shared.Native/Events/PinchHandler.cs -------------------------------------------------------------------------------- /src/_Shared.Native/Events/ScreenHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/_Shared.Native/Events/ScreenHandler.cs -------------------------------------------------------------------------------- /src/_Shared.Native/Events/ScrollHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/_Shared.Native/Events/ScrollHandler.cs -------------------------------------------------------------------------------- /src/_Shared.Native/PointerController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/_Shared.Native/PointerController.cs -------------------------------------------------------------------------------- /src/_Shared.Native/_Shared.Native.shproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/_Shared.Native/_Shared.Native.shproj -------------------------------------------------------------------------------- /src/skiasharp/LiveChartsCore.SkiaSharpView.Blazor/_Imports.razor: -------------------------------------------------------------------------------- 1 | @using Microsoft.AspNetCore.Components.Web 2 | -------------------------------------------------------------------------------- /src/skiasharp/_Shared.WinUI/PieChart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/skiasharp/_Shared.WinUI/PieChart.cs -------------------------------------------------------------------------------- /src/skiasharp/_Shared.WinUI/PolarChart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/skiasharp/_Shared.WinUI/PolarChart.cs -------------------------------------------------------------------------------- /src/skiasharp/_Shared.WinUI/XamlSeries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/skiasharp/_Shared.WinUI/XamlSeries.cs -------------------------------------------------------------------------------- /src/skiasharp/_Shared.Xaml/Others.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/skiasharp/_Shared.Xaml/Others.cs -------------------------------------------------------------------------------- /src/skiasharp/_Shared.Xaml/PolarAxes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/skiasharp/_Shared.Xaml/PolarAxes.cs -------------------------------------------------------------------------------- /src/skiasharp/_Shared.Xaml/Series.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/skiasharp/_Shared.Xaml/Series.cs -------------------------------------------------------------------------------- /src/skiasharp/_Shared/SourceGenPieChart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/skiasharp/_Shared/SourceGenPieChart.cs -------------------------------------------------------------------------------- /src/skiasharp/_Shared/_Shared.projitems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/skiasharp/_Shared/_Shared.projitems -------------------------------------------------------------------------------- /src/skiasharp/_Shared/_Shared.shproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Live-Charts/LiveCharts2/HEAD/src/skiasharp/_Shared/_Shared.shproj --------------------------------------------------------------------------------