﻿<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Charts for Silverlight - Recent Posts</title>
    <description />
    <copyright>Copyright © 1999-2026 Actipro Software LLC. All Rights Reserved.</copyright>
    <lastBuildDate>Mon, 02 Nov 2015 20:37:48 Z</lastBuildDate>
    <ttl>60</ttl>
    <item>
      <guid isPermaLink="false">1c6edc24-6569-4fc2-b6c2-c838dd94cc3b-111355</guid>
      <title>Re: Data Series Not Displayed</title>
      <description>Thank you, we were able to narrow down the problem.  The problem is that when doing stacked bars for a date/time axis, the dates will need to be all the same value for data points within the slots,...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23246/data-series-not-displayed" />
      <a10:updated>2015-11-02T20:37:48Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1c6edc24-6569-4fc2-b6c2-c838dd94cc3b-111354</guid>
      <title>Re: Data Series Not Displayed</title>
      <description>My Project, no external dlls</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23246/data-series-not-displayed" />
      <a10:updated>2015-11-01T23:38:04Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1c6edc24-6569-4fc2-b6c2-c838dd94cc3b-111353</guid>
      <title>Re: Data Series Not Displayed</title>
      <description>The dlls should be in the bin folder, if not I'll zip them up for you.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23246/data-series-not-displayed" />
      <a10:updated>2015-11-01T22:09:48Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1c6edc24-6569-4fc2-b6c2-c838dd94cc3b-111350</guid>
      <title>Re: Data Series Not Displayed</title>
      <description>Hi Laura,
 When using date/time data, you should generally specify the XYDateTimeAxis yourself so that you can set an appropriate SlotIntervalUnit and SlotInterval properties. That might help in t...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23246/data-series-not-displayed" />
      <a10:updated>2015-10-30T17:38:59Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">0d9808d2-ad9d-4737-94c7-40418a3e1397-111349</guid>
      <title>Re: Dates Show Up Without Data</title>
      <description>Hi Laura,
 When using date/time data, you should generally specify the XYDateTimeAxis yourself so that you can set an appropriate SlotIntervalUnit and SlotInterval properties. That might help in t...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23245/dates-show-up-without-data" />
      <a10:updated>2015-10-30T17:26:26Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">bde25894-d81a-455b-850f-c74a6e429b69-111345</guid>
      <title>Re: Chart Doesn't Reflect Data</title>
      <description>Hi Laura,
 For complex scenarios like this that require debugging, we always ask that instead of posting code here in the forums where it's not complete, please make a zip of a new simple sample p...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23244/chart-doesnt-reflect-data" />
      <a10:updated>2015-10-30T16:23:00Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1c6edc24-6569-4fc2-b6c2-c838dd94cc3b-111348</guid>
      <title>Re: Data Series Not Displayed</title>
      <description>I Believe the two series are being somewhat super imposed over eachother, I say somewhat because this isn't always the case even in the same data set.
 Example:
            costs.Add(new CostInfo...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23246/data-series-not-displayed" />
      <a10:updated>2015-10-30T05:54:23Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1c6edc24-6569-4fc2-b6c2-c838dd94cc3b-111347</guid>
      <title>Data Series Not Displayed</title>
      <description>I put some sample data into two series but only one of them shows up.
 Here's my project, referenced dlls should be in the bin/debug folder.
 LINK</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23246/data-series-not-displayed" />
      <a10:updated>2015-10-30T05:43:35Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">0d9808d2-ad9d-4737-94c7-40418a3e1397-111346</guid>
      <title>Dates Show Up Without Data</title>
      <description>While this data is correct there is an unessicary date duplicate on the X axis.
 
  
using System.Windows.Controls;
using Adapt.Model.TaskManagement;
using System;
using Adapt.Model.TaskManag...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23245/dates-show-up-without-data" />
      <a10:updated>2015-10-30T01:00:02Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">bde25894-d81a-455b-850f-c74a6e429b69-111344</guid>
      <title>Chart Doesn't Reflect Data</title>
      <description>All the sample data is correctly formatted for the stack chart when it is set as the items source, why is the chart display all wrong, what did I do wrong?
  
 C#:
public partial class MainPage ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23244/chart-doesnt-reflect-data" />
      <a10:updated>2015-10-29T22:39:50Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">b742ded2-9164-42b1-89da-9d84a77574e5-111336</guid>
      <title>Re: Dynamic BarSeries</title>
      <description>Hi Laura,
 While you can bind data to a series' ItemsSource, there isn't an ItemsSource on chart so you have to add the series manually.  Instead of setting the chart's DataContext after Initializ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23241/dynamic-barseries" />
      <a10:updated>2015-10-29T13:59:14Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">b742ded2-9164-42b1-89da-9d84a77574e5-111333</guid>
      <title>Dynamic BarSeries</title>
      <description>Hello, I'm trying to generate a stack bar chart that has a BarSeries for each task in the taskGroup collection. How do I go about this?
 C#:
var taskA = new TaskInfoCustom();

taskA.Costs.Add(n...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23241/dynamic-barseries" />
      <a10:updated>2015-10-29T00:55:16Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1af5f28b-7808-4ce5-8a66-c174daaca074-103425</guid>
      <title>About this forum</title>
      <description>This forum is for the Actipro Charts product for Silverlight. Please post any suggestions or support requests here.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20954/about-this-forum" />
      <a10:updated>2013-03-20T08:51:12Z</a10:updated>
    </item>
  </channel>
</rss>