Questions tagged [winrt-xaml-toolkit]

WinRT XAML Toolkit is an open source library with controls, extensions and helper classes for Windows Store applications utilizing Windows Runtime XAML.

WinRT XAML Toolkit is an open source library with controls, extensions and helper classes for Windows Store applications utilizing Windows Runtime XAML.

Features

  • attached behaviors
  • Controls
  • Converters
  • Extension methods
  • Imaging helpers
  • IO helpers
  • visual tree helpers
  • AwaitableUI

See also

120 questions
0
votes
1 answer

Highlight Multiple Dates in WinRT XAML Toolkit - Calendar Control

I am writing a Windows Phone 8.1 (XAML) App. I used WinRT XAML Toolkit - Calendar Control in it. I want to show holidays highlighted on this calendar. Data of holidays comes from server(JSON): for (int i = 0; i < ServerResponse.Holidays.Count;…
0
votes
1 answer

Highlight days on WinRTXamlToolkit.Controls.Calendar

I wrote a Windows Phone 8.1 (WINRT) App. I need to show Calendar in the page with Highlighted days like holiays. So, I added WinRT XAML Toolkit - Calendar Control from nuget. PM> Install-Package…
0
votes
2 answers

Customise WinRT XAML Toolkit - Calendar Control

I wrote a Windows Phone 8.1 (WINRT) App. I need to show Calendar in the page. So, I added WinRT XAML Toolkit - Calendar Control from nuget. PM> Install-Package…
0
votes
1 answer

How do I use the StackedAreaSeries in the WinRT XAML Toolkit

I have been trying out the charting controls in the WinRT XAM Toolkit (https://winrtxamltoolkit.codeplex.com). I was able to find some examples and cobble together a working line graph, but I was hoping to be able to make a stacked area chart.…
Mat Fergusson
  • 320
  • 2
  • 10
0
votes
1 answer

Highlight date in WinRTXamlToolkit.Controls.Calendar

I am using WinRTXamlToolkit.Controls.Calendar in windows 8.1 phone app and can display the calendar using following code:
snowflakes74
  • 1,307
  • 1
  • 20
  • 43
0
votes
2 answers

How to change color of LineSeries in Windows Phone 8.1 XAML ToolKit Chart?

I'm trying to set from the Code Behind a color of some line in Chart. I have searched for 3 hours how to do it and I couldn't find anything. Is it possible do to that? If it can't be do, please recommend another chart library where I can do…
Icet
  • 678
  • 2
  • 13
  • 31
0
votes
1 answer

How to set ItemsSource value of ColumnSeries?

I am not able to set ItemsSource value of ColumnSeries. I am following some examples (this and this) but they seem to be out dated. Here is my XAML:
gotqn
  • 42,737
  • 46
  • 157
  • 243
0
votes
1 answer

Could not load file or assembly 'WinRTXamlToolkit'

I want to use some charts in my Windows Phone 8.1 application. So, following this tutorial I have done the following: I have installed the following packages: I have the following XAML:
gotqn
  • 42,737
  • 46
  • 157
  • 243
0
votes
1 answer

WinRT-xaml-Toolkit: Line Series with median Line

Is there a way to implement a median Line using this lib? The only way I think could work is adding a new LineSeries and add a median for each Value in my Data-LineSeries Something like this:
0
votes
1 answer

Cant use ItemTemplateSelector with Flipview

I am trying to use an ItemTemplateSelector with a Flipview the same way i would use an ItemTemplateSelector with a Listview but it does not work and i cant find any examples on how to use one with a Flipview. Here is my XAML:
ju ho
  • 318
  • 1
  • 17
0
votes
1 answer

Windows Phone 8.1 custom controls

I'm developing Windows Phone 8.1 application and I want to use data visualization. I found WinRT XAML Toolkit as a solution, but I don't know how to use this. Can anyone tell the full instructions? I've tried this way: 1)Package Manager Console:…
0
votes
0 answers

AreaChart, LineChart, ColumnChart, BarChart WinRT XAML Toolkit Error

Hello I try to implement Charting with WinRT XAML Toolkit for windows phone 8.1. It runs well while I do debug, but the page which contains chart can not be navigated after I release it. But it only happened when I add Area,Line,Column, and Bar…
Ganesh Cauda
  • 969
  • 6
  • 21
0
votes
2 answers

XAML Designer not loading WinRT Toolkit for windows phone 8.1

I'm trying to use the WinRT Toolkit for wp 8.1 in my project. I installed the package from nuget and have written this snippet in the main grid.The Emulator works just fine. but The XAML Designer is not loading the control, what do I need to…
Munna
  • 109
  • 2
  • 12
0
votes
1 answer

Data point on Y-Axis

I am using WinRTXamlToolkit and creating a LineChart. By default the chart does not allow data points ON the axes. But I want to populate the starting data point/coordinate on the y-axis e.g. (0, 20). How can this be done? I have yet to discover a…
lbrahim
  • 3,710
  • 12
  • 57
  • 95
0
votes
1 answer

Including adunit in TopAppBar

I want to add an adunit to the TopAppBar of the page.
Nikhil Gupta
  • 172
  • 1
  • 18