Revision: 20
http://svn.sourceforge.net/nplot/?rev=20&view=rev
Author: jamcquay
Date: 2007-01-10 13:30:40 -0800 (Wed, 10 Jan 2007)
Log Message:
-----------
Updated property "Padding" to the new "SurfacePAdding" inorder to compile
Modified Paths:
--------------
trunk/demo/cpp/FinancialDemo.cpp
Modified: trunk/demo/cpp/FinancialDemo.cpp
===================================================================
--- trunk/demo/cpp/FinancialDemo.cpp 2007-01-10 21:26:40 UTC (rev 19)
+++ trunk/demo/cpp/FinancialDemo.cpp 2007-01-10 21:30:40 UTC (rev 20)
@@ -71,7 +71,7 @@
costPS->YAxis1->LabelOffset = 40;
costPS->YAxis1->LabelOffsetAbsolute = true;
costPS->XAxis1->HideTickText = true;
- costPS->Padding = 5;
+ costPS->SurfacePadding = 5;
costPS->AddInteraction(gcnew NPlot::Windows::PlotSurface2D::Interactions::HorizontalDrag());
costPS->AddInteraction(gcnew NPlot::Windows::PlotSurface2D::Interactions::VerticalDrag());
costPS->AddInteraction(gcnew NPlot::Windows::PlotSurface2D::Interactions::AxisDrag(false));
@@ -89,7 +89,7 @@
volumePS->YAxis1->Label = "Volume";
volumePS->YAxis1->LabelOffsetAbsolute = true;
volumePS->YAxis1->LabelOffset = 40;
- volumePS->Padding = 5;
+ volumePS->SurfacePadding = 5;
volumePS->AddAxesConstraint(gcnew AxesConstraint::AxisPosition(PlotSurface2D::YAxisPosition::Left, 60));
volumePS->AddInteraction(gcnew NPlot::Windows::PlotSurface2D::Interactions::AxisDrag(false));
volumePS->AddInteraction(gcnew NPlot::Windows::PlotSurface2D::Interactions::HorizontalDrag());
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|