Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
jschementi committed May 9, 2011
1 parent c5ebb16 commit 171cbb0
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
@@ -1,17 +1,17 @@
Sample Usage
============

XAML:

<schementi:Sparkline x:Name="MySparkline" />

Add values:

this.MySparkline.AddTimeValue(double);

The implementation is very basic; Sparkline.AddTimeValue constructs a point at
the next time interval and adds it to a Polyline. You can control everything
about the lines visuals, including adding visible points along the line and
showing horizontal lines for the latest/highest/lowest values.

Sample Usage
============

XAML:

<schementi:Sparkline x:Name="MySparkline" />

Add values:

this.MySparkline.AddTimeValue(double);

The implementation is very basic; Sparkline.AddTimeValue constructs a point at
the next time interval and adds it to a Polyline. You can control everything
about the line's visuals, including adding visible points along the line and
showing horizontal lines for the latest/highest/lowest values.

The source builds assemblies for both .NET 4.0 and Silverlight 4.

0 comments on commit 171cbb0

Please sign in to comment.