From 171cbb0119a943f2950d007a60f6f5bd020926ce Mon Sep 17 00:00:00 2001 From: Jimmy Schementi Date: Sun, 8 May 2011 21:22:52 -0700 Subject: [PATCH] Fix README --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 12ffe63..75c0be7 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -Sample Usage -============ - -XAML: - - - -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. - +Sample Usage +============ + +XAML: + + + +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. \ No newline at end of file