找传奇、传世资源到传世资源站!

winform ZedGraph图表控件源码(饼图/折线图/柱形图)

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

from clipboard from clipboard
from clipboard
from clipboard
from clipboard
from clipboard
//============================================================================//ZedGraph Class Library - A Flexible Charting Library for .Net//Copyright (C) 2005 Jerry Vos////This library is free software; you can redistribute it and/or//modify it under the terms of the GNU Lesser General Public//License as published by the Free Software Foundation; either//version 2.1 of the License, or (at your option) any later version.////This library is distributed in the hope that it will be useful,//but WITHOUT ANY WARRANTY; without even the implied warranty of//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU//Lesser General Public License for more details.////You should have received a copy of the GNU Lesser General Public//License along with this library; if not, write to the Free Software//Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA//=============================================================================using System;namespace ZedGraph.Demo{/// <summary>/// An implementation of ChartTabForm that loads up ZedGraph demos./// </summary>/// /// <author> Jerry Vos </author>/// <version> $Revision: 1.12 $ $Date: 2007/01/26 09:01:49 $ </version>public class DemoTabForm : ChartTabForm{#region Constructorpublic DemoTabForm(){}#endregion#region Methodsprotected override void loadDemos(){loadDemo(new ComboDemo());loadDemo(new PieChartDemo());loadDemo(new LineStackingDemo());loadDemo(new TransparentDemo1());loadDemo(new LineGraphBandDemo());loadDemo(new FilledBarGraphDemo());loadDemo(new SineBarGraphDemo());loadDemo(new MasterPaneDemo());loadDemo(new MultiPieChartDemo());loadDemo(new GradientByValueDemo());loadDemo(new HiLowCloseDemo());loadDemo(new HiLowBarDemo());loadDemo(new StickItemDemo());loadDemo(new HorizontalBarDemo());loadDemo(new MultiYDemo());loadDemo(new DualYDemo());loadDemo(new FilledCurveDemo());loadDemo(new SampleMultiPointListDemo());loadDemo(new ErrorBarDemo());loadDemo(new OverlayBarDemo());loadDemo(new SortedOverlayBarDemo());loadDemo(new CrossLineDemo());loadDemo(new StepChartDemo());loadDemo(new SmoothChartDemo());loadDemo(new BaseTicDemo());loadDemo(new HorizontalStackedBarDemo());loadDemo(new VerticalBarsWithLabelsDemo());loadDemo(new HorizontalBarsWithLabelsDemo());loadDemo(new StackedBarsWithLabelsDemo());loadDemo(new InitialSampleDemo());loadDemo(new ModInitialSampleDemo());loadDemo(new DateAxisSampleDemo());loadDemo(new TextAxisSampleDemo());loadDemo(new BarChartSampleDemo());loadDemo(new HorizontalBarSampleDemo());loadDemo(new StackedBarSampleDemo());loadDemo(new PercentStkBarDemo());loadDemo(new PieSampleDemo());loadDemo( new MasterSampleDemo() );loadDemo( new SynchronizedPanes() );loadDemo( new JapaneseCandleStickDemo() );loadDemo( new OHLCBarDemo() );loadDemo( new ImageForSymbolDemo() );loadDemo( new MasterPaneLayout() );// TODO: add more demos here// ...}#endregion}}

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复