实例介绍
官方Demo,是开发报表统计图的很好参考例子,绝对好用,用vs2010打开,可以看到效果,也包括源代码,有需要的可以下载参考
【实例截图】
【核心代码】
Samples_Environments_for_Microsoft_Chart_Controls
├── description
│ ├── 9bf1b74c-1640-46af-84d3-e440c8f95162Combined.css
│ ├── Brand.css
│ ├── ChartSamples_thumb_1.jpg
│ ├── Combined.css
│ ├── Galleries.css
│ ├── iframedescription.css
│ ├── Layout.css
│ └── offline.js
├── description.html
├── license.rtf
└── Windows Forms Samples Environment for Microsoft Chart Controls
├── C#
│ ├── app.config
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── ChartAppearance
│ │ ├── AntiAliasingSample
│ │ │ ├── AntiAliasingSample.cs
│ │ │ ├── AntiAliasingSample.resx
│ │ │ ├── cscode.txt
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── Appearance
│ │ │ ├── ChartAppearance.cs
│ │ │ ├── ChartAppearance.resx
│ │ │ ├── cscode.txt
│ │ │ ├── Flag.gif
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── Borders
│ │ │ ├── Borders.cs
│ │ │ ├── Borders.resx
│ │ │ ├── cscode.txt
│ │ │ ├── sampleConfig.xml
│ │ │ ├── TOCNodes.xml
│ │ │ └── vbcode.txt
│ │ ├── TOCNodes.xml
│ │ ├── UsingGaps3D
│ │ │ ├── cscode.txt
│ │ │ ├── sampleConfig.xml
│ │ │ ├── UsingGaps3D.cs
│ │ │ ├── UsingGaps3D.resx
│ │ │ └── vbcode.txt
│ │ └── UsingPerspectives
│ │ ├── cscode.txt
│ │ ├── sampleConfig.xml
│ │ ├── UsingPerspectives.cs
│ │ ├── UsingPerspectives.resx
│ │ └── vbcode.txt
│ ├── ChartFeatures
│ │ ├── Annotations
│ │ │ ├── AnnotationAnchoring
│ │ │ │ ├── AnnotationAnchoring.cs
│ │ │ │ ├── AnnotationAnchoring.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── AnnotationAppearance
│ │ │ │ ├── AnnotationAppearance.cs
│ │ │ │ ├── AnnotationAppearance.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── AnnotationEditing
│ │ │ │ ├── AnnotationEditing.cs
│ │ │ │ ├── AnnotationEditing.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── AnnotationPositionChanging
│ │ │ │ ├── AnnotationPositionChanging.cs
│ │ │ │ ├── AnnotationPositionChanging.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── AnnotationSmartLabels
│ │ │ │ ├── AnnotationSmartLabels.cs
│ │ │ │ ├── AnnotationSmartLabels.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── AnnotationStyles
│ │ │ │ ├── AnnotationStyles.cs
│ │ │ │ ├── AnnotationStyles.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── FreeDrawAnnotation
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── FreeDrawAnnotation.cs
│ │ │ │ ├── FreeDrawAnnotation.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── GroupingAnnotations
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── GroupingAnnotations.cs
│ │ │ │ ├── GroupingAnnotations.resx
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Overview
│ │ │ │ ├── Anchoring.PNG
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── SmartLabel.PNG
│ │ │ └── PositionChangedEvent
│ │ │ ├── cscode.txt
│ │ │ ├── PositionChangedEvent.cs
│ │ │ ├── PositionChangedEvent.resx
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── Axis
│ │ │ ├── Appearance
│ │ │ │ ├── AxisAppearance.cs
│ │ │ │ ├── AxisAppearance.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── AxisMargins
│ │ │ │ ├── AxisMargins.cs
│ │ │ │ ├── AxisMargins.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── AxisScale
│ │ │ │ ├── AxisScale.cs
│ │ │ │ ├── AxisScale.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Axis Title
│ │ │ │ ├── AxisTitle.cs
│ │ │ │ ├── AxisTitle.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Crossing And Reverse
│ │ │ │ ├── AxisCrossing.cs
│ │ │ │ ├── AxisCrossing.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── GridLinesAndTickMarks
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── GridLinesTicks.cs
│ │ │ │ ├── GridLinesTicks.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── HighlightDateRanges
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── HighlightDateRange.cs
│ │ │ │ ├── HighlightDateRange.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── InterlacedStrips
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── InterlacedStrips.cs
│ │ │ │ ├── InterlacedStrips.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Logarithmic Scale
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── LogarithmicScale.cs
│ │ │ │ ├── LogarithmicScale.resx
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── MultipleYAxis
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── MultipleYAxis.cs
│ │ │ │ ├── MultipleYAxis.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Overview
│ │ │ │ ├── DataView.PNG
│ │ │ │ ├── Interlaced.PNG
│ │ │ │ ├── LabelRows.png
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── PrimarySecondaryAxes.PNG
│ │ │ │ └── sampleConfig.xml
│ │ │ ├── PrimaryAndSecondaryAxes
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── PrimarySecondaryAxis.cs
│ │ │ │ ├── PrimarySecondaryAxis.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── ScaleBreaks
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ ├── ScaleBreaks.cs
│ │ │ │ ├── ScaleBreaks.resx
│ │ │ │ └── vbcode.txt
│ │ │ ├── StripLines
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ ├── StripLines.cs
│ │ │ │ ├── StripLines.resx
│ │ │ │ └── vbcode.txt
│ │ │ ├── Strip Lines Offset
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ ├── StripIntervals.cs
│ │ │ │ ├── StripIntervals.resx
│ │ │ │ └── vbcode.txt
│ │ │ └── Strip Lines Title
│ │ │ ├── cscode.txt
│ │ │ ├── sampleConfig.xml
│ │ │ ├── StripLineTitle.cs
│ │ │ ├── StripLineTitle.resx
│ │ │ └── vbcode.txt
│ │ ├── ChartArea
│ │ │ ├── AligningChartAreas
│ │ │ │ ├── AligningChartingAreas.cs
│ │ │ │ ├── AligningChartingAreas.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── AlignmentTypes
│ │ │ │ ├── AlignmentTypes.cs
│ │ │ │ ├── AlignmentTypes.resx
│ │ │ │ ├── AlignTypeInnerPlotPosition.PNG
│ │ │ │ ├── AlignTypePosition.PNG
│ │ │ │ ├── AreaAlignTypeAll.PNG
│ │ │ │ ├── AreaAlignTypeAxesViews.PNG
│ │ │ │ ├── AreaAlignTypeCursor.PNG
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Appearance
│ │ │ │ ├── Appearance.cs
│ │ │ │ ├── Appearance.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── ChartArea3D
│ │ │ │ ├── ChartArea3D.cs
│ │ │ │ ├── ChartArea3D.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── ChartAreaPosition
│ │ │ │ ├── ChartAreaPosition.cs
│ │ │ │ ├── ChartAreaPosition.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── ChartInDataPoint
│ │ │ │ ├── ChartInDataPoint.cs
│ │ │ │ ├── ChartInDataPoint.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── InsideDoughnut
│ │ │ │ ├── ChartInDoughnut.cs
│ │ │ │ ├── ChartInDoughnut.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Overview
│ │ │ │ ├── 2DChart.PNG
│ │ │ │ ├── 3DChart.PNG
│ │ │ │ ├── Alignment.PNG
│ │ │ │ ├── GradientColor.PNG
│ │ │ │ ├── NoAlignment.PNG
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── PieWithinPoint.png
│ │ │ │ └── sampleConfig.xml
│ │ │ ├── Series and Chart Areas
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ ├── SeriesAndChartAreas.cs
│ │ │ │ ├── SeriesAndChartAreas.resx
│ │ │ │ └── vbcode.txt
│ │ │ └── Z Order
│ │ │ ├── cscode.txt
│ │ │ ├── sampleConfig.xml
│ │ │ ├── vbcode.txt
│ │ │ ├── ZOrder.cs
│ │ │ └── ZOrder.resx
│ │ ├── Customizations
│ │ │ ├── CustomImage
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── CustomDrawnTitles.cs
│ │ │ │ ├── CustomDrawnTitles.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Overview
│ │ │ │ ├── CustomImage.JPG
│ │ │ │ ├── Overview.htm
│ │ │ │ └── sampleConfig.xml
│ │ │ ├── PaintingDataTable
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── PaintingDataTable.cs
│ │ │ │ ├── PaintingDataTable.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ └── PreAndPostPaintEvent
│ │ │ ├── cscode.txt
│ │ │ ├── PrePostPaint.cs
│ │ │ ├── PrePostPaint.resx
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── DataSeries
│ │ │ ├── AddingSeries
│ │ │ │ ├── AddingSeries.cs
│ │ │ │ ├── AddingSeries.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── HidingSeries
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── HidingSeries.cs
│ │ │ │ ├── HidingSeries.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── IndexedX
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── IndexedX.cs
│ │ │ │ ├── IndexedX.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Overview
│ │ │ │ ├── BubbleChart.PNG
│ │ │ │ ├── CustomAttributes.PNG
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ ├── SeriesAndPointsColor.PNG
│ │ │ │ └── SeriesAppearance.PNG
│ │ │ ├── PointWidthAndDepth
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── PointWidthAndDepth.cs
│ │ │ │ ├── PointWidthAndDepth.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── SecondaryAxis
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ ├── SecondaryAxis.cs
│ │ │ │ ├── SecondaryAxis.resx
│ │ │ │ └── vbcode.txt
│ │ │ ├── SeriesAppearance
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ ├── Series Appearance.cs
│ │ │ │ ├── Series Appearance.resx
│ │ │ │ └── vbcode.txt
│ │ │ ├── Series Z Order
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ ├── SeriesZOrder.cs
│ │ │ │ ├── SeriesZOrder.resx
│ │ │ │ └── vbcode.txt
│ │ │ ├── UsingLabels
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ ├── UsingLabels.cs
│ │ │ │ ├── UsingLabels.resx
│ │ │ │ └── vbcode.txt
│ │ │ └── UsingMarkers
│ │ │ ├── cscode.txt
│ │ │ ├── sampleConfig.xml
│ │ │ ├── UsingMarkers.cs
│ │ │ ├── UsingMarkers.resx
│ │ │ └── vbcode.txt
│ │ ├── Events
│ │ │ ├── CursorPositionChanged
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── CursorPositionChanged.cs
│ │ │ │ ├── CursorPositionChanged.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── ScrollBarEvents
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── overview.htm
│ │ │ │ ├── PageScrolling.PNG
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ ├── ScrollBarEvents.cs
│ │ │ │ ├── ScrollBarEvents.resx
│ │ │ │ ├── vbcode.txt
│ │ │ │ ├── Zoom2.PNG
│ │ │ │ └── Zoom3.PNG
│ │ │ └── ViewChangedEvent
│ │ │ ├── cscode.txt
│ │ │ ├── Overview.htm
│ │ │ ├── sampleConfig.xml
│ │ │ ├── vbcode.txt
│ │ │ ├── ViewChangedEvent.cs
│ │ │ └── ViewChangedEvent.resx
│ │ ├── InteractiveCharting
│ │ │ ├── Cursors
│ │ │ │ ├── CursorAppearance
│ │ │ │ │ ├── cscode.txt
│ │ │ │ │ ├── CursorAppearance.cs
│ │ │ │ │ ├── CursorAppearance.resx
│ │ │ │ │ ├── sampleConfig.xml
│ │ │ │ │ └── vbcode.txt
│ │ │ │ ├── CursorAxis
│ │ │ │ │ ├── cscode.txt
│ │ │ │ │ ├── CursorAxis.cs
│ │ │ │ │ ├── CursorAxis.resx
│ │ │ │ │ ├── sampleConfig.xml
│ │ │ │ │ └── vbcode.txt
│ │ │ │ ├── CursorInterval
│ │ │ │ │ ├── cscode.txt
│ │ │ │ │ ├── CursorInterval.cs
│ │ │ │ │ ├── CursorInterval.resx
│ │ │ │ │ ├── sampleConfig.xml
│ │ │ │ │ └── vbcode.txt
│ │ │ │ ├── KeyboardZoomScroll
│ │ │ │ │ ├── cscode.txt
│ │ │ │ │ ├── KeyboardZoomScroll.cs
│ │ │ │ │ ├── KeyboardZoomScroll.resx
│ │ │ │ │ ├── sampleConfig.xml
│ │ │ │ │ └── vbcode.txt
│ │ │ │ ├── MultiChartAreaCursor
│ │ │ │ │ ├── cscode.txt
│ │ │ │ │ ├── MultiChartAreaCursor.cs
│ │ │ │ │ ├── MultiChartAreaCursor.resx
│ │ │ │ │ ├── sampleConfig.xml
│ │ │ │ │ └── vbcode.txt
│ │ │ │ └── ZoomScrollAuto
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── CursorAutoZoomScroll.cs
│ │ │ │ ├── CursorAutoZoomScroll.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Overview
│ │ │ │ ├── Cursors.PNG
│ │ │ │ ├── DrilldownFinalChart.jpg
│ │ │ │ ├── DrilldownInitialChart.PNG
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── TooltipWithKeyword.png
│ │ │ ├── Selection
│ │ │ │ ├── DrillDown
│ │ │ │ │ ├── cscode.txt
│ │ │ │ │ ├── DrillDown.cs
│ │ │ │ │ ├── DrillDown.resx
│ │ │ │ │ ├── sampleConfig.xml
│ │ │ │ │ └── vbcode.txt
│ │ │ │ ├── InteractivePie
│ │ │ │ │ ├── cscode.txt
│ │ │ │ │ ├── InteractivePie.cs
│ │ │ │ │ ├── InteractivePie.resx
│ │ │ │ │ ├── sampleConfig.xml
│ │ │ │ │ └── vbcode.txt
│ │ │ │ ├── PointsDragging
│ │ │ │ │ ├── cscode.txt
│ │ │ │ │ ├── PointsDragging.cs
│ │ │ │ │ ├── PointsDragging.resx
│ │ │ │ │ ├── sampleConfig.xml
│ │ │ │ │ └── vbcode.txt
│ │ │ │ └── Selection
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── Dialog.cs
│ │ │ │ ├── Dialog.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ ├── Selection.cs
│ │ │ │ ├── Selection.resx
│ │ │ │ └── vbcode.txt
│ │ │ ├── TOCNodes.xml
│ │ │ ├── ToolTips
│ │ │ │ ├── CustomToolTips
│ │ │ │ │ ├── cscode.txt
│ │ │ │ │ ├── CustomToolTips.cs
│ │ │ │ │ ├── CustomToolTips.resx
│ │ │ │ │ ├── sampleConfig.xml
│ │ │ │ │ └── vbcode.txt
│ │ │ │ └── UsingToolTips
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ ├── UsingToolTips.cs
│ │ │ │ ├── UsingToolTips.resx
│ │ │ │ └── vbcode.txt
│ │ │ └── ZoomingScrolling
│ │ │ ├── BasicZooming
│ │ │ │ ├── BasicZooming.cs
│ │ │ │ ├── BasicZooming.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── KeyboardScrolling
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── KeyboardScrolling.cs
│ │ │ │ ├── KeyboardScrolling.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── ScrollBarAppearance
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ ├── ScrollBarAppearance.cs
│ │ │ │ ├── ScrollBarAppearance.resx
│ │ │ │ └── vbcode.txt
│ │ │ ├── SmallScrollSize
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ ├── SmallScrollSize.cs
│ │ │ │ ├── SmallScrollSize.resx
│ │ │ │ ├── vbcode.txt
│ │ │ │ └── Zoom3.PNG
│ │ │ └── ZoomingExtents
│ │ │ ├── cscode.txt
│ │ │ ├── sampleConfig.xml
│ │ │ ├── vbcode.txt
│ │ │ ├── ZoomingExtents.cs
│ │ │ └── ZoomingExtents.resx
│ │ ├── Labels
│ │ │ ├── AutoFitAxesLabels
│ │ │ │ ├── AutoFitAxesLabels.cs
│ │ │ │ ├── AutoFitAxesLabels.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── AxisLabelsInterval
│ │ │ │ ├── AxisLabelsInterval.cs
│ │ │ │ ├── AxisLabelsInterval.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── AxisVarLabelsInterval
│ │ │ │ ├── AxisVarLabelsInterval.cs
│ │ │ │ ├── AxisVarLabelsInterval.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── CustomLabels
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── CustomLabels.cs
│ │ │ │ ├── CustomLabels.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── EquallySizedAutoFitFont
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── EquallySizedAutoFont.cs
│ │ │ │ ├── EquallySizedAutoFont.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── LabelsFormatting
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── LabelsFormatting.cs
│ │ │ │ ├── LabelsFormatting.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── LabelsKeywords
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── LabelsKeywords.cs
│ │ │ │ ├── LabelsKeywords.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── LabelsNextToAxis
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── LabelsNextToAxis.cs
│ │ │ │ ├── LabelsNextToAxis.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── LabelsTextStyle
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── LabelsTextStyle.cs
│ │ │ │ ├── LabelsTextStyle.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── MultilineLabels
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── MultilineLabels.cs
│ │ │ │ ├── MultilineLabels.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Overview
│ │ │ │ ├── AutoXAxisLabels.PNG
│ │ │ │ ├── Keywords.PNG
│ │ │ │ ├── LabelInterval.bmp
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── SmartLabels.PNG
│ │ │ └── Smart Labels
│ │ │ ├── cscode.txt
│ │ │ ├── overview.htm
│ │ │ ├── sampleConfig.xml
│ │ │ ├── SmartLabels.cs
│ │ │ ├── SmartLabels.resx
│ │ │ └── vbcode.txt
│ │ ├── Legend
│ │ │ ├── LegendAppearance
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── LegendAppearance.cs
│ │ │ │ ├── LegendAppearance.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── LegendCellColumns
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── LegendCellColumns.cs
│ │ │ │ ├── LegendCellColumns.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── LegendCells
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── greensmallarrow.png
│ │ │ │ ├── LegendCells.cs
│ │ │ │ ├── LegendCells.resx
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── redsmallarrow.png
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── LegendCellSpan
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── LegendCellSpan.cs
│ │ │ │ ├── LegendCellSpan.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── LegendCustomItems
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── Flag.gif
│ │ │ │ ├── LegendCustomItems.cs
│ │ │ │ ├── LegendCustomItems.resx
│ │ │ │ ├── overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── LegendCustomPosition
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── LegendCustomPosition.cs
│ │ │ │ ├── LegendCustomPosition.resx
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── LegendFont
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── LegendFont.cs
│ │ │ │ ├── LegendFont.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── LegendInteractive
│ │ │ │ ├── chk_checked.png
│ │ │ │ ├── chk_unchecked.png
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── LegendInteractive.af.resx
│ │ │ │ ├── LegendInteractive.cs
│ │ │ │ ├── LegendInteractive.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── LegendStyleAndPosition
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── LegendStylePosition.cs
│ │ │ │ ├── LegendStylePosition.resx
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── LegendTitle
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── LegendTitle.cs
│ │ │ │ ├── LegendTitle.resx
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── MultipleLegends
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── MultipleLegends.cs
│ │ │ │ ├── MultipleLegends.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── MultipleLegendsWithCheckBox
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── MultipleLegendsWithCheckBox.cs
│ │ │ │ ├── MultipleLegendsWithCheckBox.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ └── Overview
│ │ │ ├── Alignment.PNG
│ │ │ ├── CustomItems.PNG
│ │ │ ├── Keywords.PNG
│ │ │ ├── LegendDiagram3.PNG
│ │ │ ├── LegendDiagram4.PNG
│ │ │ ├── LegendGradients.PNG
│ │ │ ├── Overview.htm
│ │ │ ├── sampleConfig.xml
│ │ │ └── SeriesSymbol3.PNG
│ │ ├── Palettes
│ │ │ ├── cscode.txt
│ │ │ ├── overview.htm
│ │ │ ├── Palettes.cs
│ │ │ ├── Palettes.resx
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── Printing
│ │ │ ├── CustomPrinting
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── CustomPrinting.cs
│ │ │ │ ├── CustomPrinting.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── MultipagePrinting
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── MultipagePrinting.cs
│ │ │ │ ├── MultipagePrinting.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Overview
│ │ │ │ ├── Overview.htm
│ │ │ │ └── sampleConfig.xml
│ │ │ ├── PrinterFriendlyCharts
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── PrinterFriendlyCharts.cs
│ │ │ │ ├── PrinterFriendlyCharts.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── PrintingAndPreviewing
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── PrintPreview.cs
│ │ │ │ ├── PrintPreview.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ └── PrintingSettings
│ │ │ ├── cscode.txt
│ │ │ ├── PrintingSettings.cs
│ │ │ ├── PrintingSettings.resx
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── SavingAndCopyingImages
│ │ │ ├── cscode.txt
│ │ │ ├── sampleConfig.xml
│ │ │ ├── SavingAndCopyingImages.cs
│ │ │ ├── SavingAndCopyingImages.resx
│ │ │ └── vbcode.txt
│ │ ├── Serialization
│ │ │ ├── BasicSerialization
│ │ │ │ ├── BasicSerialization.cs
│ │ │ │ ├── BasicSerialization.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Overview
│ │ │ │ ├── Overview.htm
│ │ │ │ └── sampleConfig.xml
│ │ │ └── Templates
│ │ │ ├── cscode.txt
│ │ │ ├── sampleConfig.xml
│ │ │ ├── SkyBlue.xml
│ │ │ ├── Templates.cs
│ │ │ ├── Templates.resx
│ │ │ ├── vbcode.txt
│ │ │ ├── WarmTones.xml
│ │ │ └── WhiteSmoke.xml
│ │ ├── Titles
│ │ │ ├── ChartTitle
│ │ │ │ ├── ChartTitle.cs
│ │ │ │ ├── ChartTitle.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── MultipleTitles
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── MultilpleTitles.cs
│ │ │ │ ├── MultilpleTitles.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Overview
│ │ │ │ ├── MultiLine.PNG
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ ├── TitleAppearance.PNG
│ │ │ │ └── TitleDocking.PNG
│ │ │ └── TitlePosition
│ │ │ ├── cscode.txt
│ │ │ ├── Overview.htm
│ │ │ ├── sampleConfig.xml
│ │ │ ├── TitleCustomPosition.cs
│ │ │ ├── TitleCustomPosition.resx
│ │ │ └── vbcode.txt
│ │ └── TOCNodes.xml
│ ├── ChartOverview
│ │ ├── Overview.htm
│ │ ├── sampleConfig.xml
│ │ └── TOCNodes.xml
│ ├── ChartTypes
│ │ ├── AreaCharts
│ │ │ ├── 3DArea
│ │ │ │ ├── AreaChart3D.cs
│ │ │ │ ├── AreaChart3D.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ └── vbcode.txt
│ │ │ ├── Area
│ │ │ │ ├── AreaChartType.cs
│ │ │ │ ├── AreaChartType.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ └── vbcode.txt
│ │ │ ├── Gallery
│ │ │ │ ├── 2D100StackedArea.png
│ │ │ │ ├── 2DArea.png
│ │ │ │ ├── 2DSplineArea.png
│ │ │ │ ├── 2DStackedArea.png
│ │ │ │ ├── 3DArea.png
│ │ │ │ ├── 3DSplineArea.png
│ │ │ │ ├── AreaGallery.htm
│ │ │ │ └── sampleConfig.xml
│ │ │ └── sampleConfig.xml
│ │ ├── BarColumnCharts
│ │ │ ├── 3DBarColumn
│ │ │ │ ├── BarColumn3D.cs
│ │ │ │ ├── BarColumn3D.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ └── vbcode.txt
│ │ │ ├── 3DCylinder
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── Cylinder3D.cs
│ │ │ │ ├── Cylinder3D.resx
│ │ │ │ └── vbcode.txt
│ │ │ ├── BarColumn
│ │ │ │ ├── BarColumnChartType.cs
│ │ │ │ ├── BarColumnChartType.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ └── vbcode.txt
│ │ │ ├── Gallery
│ │ │ │ ├── 2DBar.png
│ │ │ │ ├── 2DColumn.png
│ │ │ │ ├── 3D100StackedBar.png
│ │ │ │ ├── 3DBar.png
│ │ │ │ ├── 3DColumn.png
│ │ │ │ ├── 3DStackedBar.png
│ │ │ │ └── BarColumnGallery.htm
│ │ │ ├── sampleConfig.xml
│ │ │ └── Stacked
│ │ │ ├── cscode.txt
│ │ │ ├── StackedChartType.cs
│ │ │ ├── StackedChartType.resx
│ │ │ └── vbcode.txt
│ │ ├── CircularCharts
│ │ │ ├── Gallery
│ │ │ │ ├── 2DPolarMarker.png
│ │ │ │ ├── 2DPolar.png
│ │ │ │ ├── 2DRadarArea.png
│ │ │ │ ├── 2DRadarMarker.png
│ │ │ │ ├── 3DPolar.png
│ │ │ │ ├── 3DRadarArea.png
│ │ │ │ ├── CircularGallery.htm
│ │ │ │ └── sampleConfig.xml
│ │ │ ├── Polar
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── PolarChartType.cs
│ │ │ │ ├── PolarChartType.resx
│ │ │ │ └── vbcode.txt
│ │ │ ├── Radar
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── RadarChartType.cs
│ │ │ │ ├── RadarChartType.resx
│ │ │ │ └── vbcode.txt
│ │ │ └── sampleConfig.xml
│ │ ├── CombinationalCharts
│ │ │ ├── Combinatorial
│ │ │ │ ├── CombinatorialChartType.cs
│ │ │ │ ├── CombinatorialChartType.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ └── vbcode.txt
│ │ │ ├── Gallery
│ │ │ │ ├── ColumnArea.png
│ │ │ │ ├── CombinationGallery.htm
│ │ │ │ ├── LineArea.png
│ │ │ │ ├── Pareto.png
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── StockArea.png
│ │ │ ├── Pareto
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── ParetoChartType.cs
│ │ │ │ ├── ParetoChartType.resx
│ │ │ │ └── vbcode.txt
│ │ │ └── sampleConfig.xml
│ │ ├── DataDistributionCharts
│ │ │ ├── BoxPlot
│ │ │ │ ├── BoxPlotChartType.cs
│ │ │ │ ├── BoxPlotChartType.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ └── Histogram
│ │ │ ├── cscode.txt
│ │ │ ├── Histogram.cs
│ │ │ ├── Histogram.resx
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── ErrorBar
│ │ │ ├── cscode.txt
│ │ │ ├── ErrorBarChartType.cs
│ │ │ ├── ErrorBarChartType.resx
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── FinancialCharts
│ │ │ ├── Gallery
│ │ │ │ ├── Bollinger1.png
│ │ │ │ ├── Bollinger2.png
│ │ │ │ ├── CandleStick.png
│ │ │ │ ├── FinancialGallery.htm
│ │ │ │ ├── Forecasting.png
│ │ │ │ ├── PriceIndicators.png
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── Stock.png
│ │ │ └── Stock
│ │ │ ├── cscode.txt
│ │ │ ├── DividentLegend.bmp
│ │ │ ├── DividentMarker.bmp
│ │ │ ├── FinancialChartType.cs
│ │ │ ├── FinancialChartType.resx
│ │ │ ├── sampleConfig.xml
│ │ │ ├── SplitLegend.bmp
│ │ │ ├── SplitMarker.bmp
│ │ │ └── vbcode.txt
│ │ ├── LineCharts
│ │ │ ├── 3DLine
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── LineCurves3D.cs
│ │ │ │ ├── LineCurves3D.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── FastLine
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── FastLineChartType.cs
│ │ │ │ ├── FastLineChartType.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Gallery
│ │ │ │ ├── 2DFastLine.png
│ │ │ │ ├── 2DLineMarkers.png
│ │ │ │ ├── 2DLine.png
│ │ │ │ ├── 2DSpline.png
│ │ │ │ ├── 2DStepLine.png
│ │ │ │ ├── 3DSpline.png
│ │ │ │ ├── LineGallery.htm
│ │ │ │ └── sampleConfig.xml
│ │ │ └── LineCurves
│ │ │ ├── cscode.txt
│ │ │ ├── LineCurvesChartType.cs
│ │ │ ├── LineCurvesChartType.resx
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── PieDoughnutCharts
│ │ │ ├── 3DPie
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── PieChart3D.cs
│ │ │ │ ├── PieChart3D.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Gallery
│ │ │ │ ├── 2DBeltPieChart.png
│ │ │ │ ├── 2DDoughnut2.png
│ │ │ │ ├── 2DDoughnut.png
│ │ │ │ ├── 2DSupplementalPie.png
│ │ │ │ ├── 3DPie2.png
│ │ │ │ ├── 3DPie3.png
│ │ │ │ ├── 3DPieInPie.png
│ │ │ │ ├── 3DStepPie.png
│ │ │ │ ├── PieDoughnutGallery.htm
│ │ │ │ └── sampleConfig.xml
│ │ │ ├── PieCollected
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── PieCollected.cs
│ │ │ │ ├── PieCollected.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ └── PieCollectedData
│ │ │ ├── cscode.txt
│ │ │ ├── PieCollectedData.cs
│ │ │ ├── PieCollectedData.resx
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── PointCharts
│ │ │ ├── Bubble
│ │ │ │ ├── BubbleChartType.cs
│ │ │ │ ├── BubbleChartType.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── Face.bmp
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Gallery
│ │ │ │ ├── 2DBubble.png
│ │ │ │ ├── 2DPointCustom.png
│ │ │ │ ├── 2DPointLabels.png
│ │ │ │ ├── 2DPoint.png
│ │ │ │ ├── 2DPointShapes.png
│ │ │ │ ├── 3DBubble.png
│ │ │ │ ├── FastPoint.png
│ │ │ │ ├── PointBubbleGallery.htm
│ │ │ │ └── sampleConfig.xml
│ │ │ └── Point
│ │ │ ├── cscode.txt
│ │ │ ├── PointChartType.cs
│ │ │ ├── PointChartType.resx
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── PriceRangeFinancialCharts
│ │ │ ├── Gallery
│ │ │ │ ├── 2DKagi.png
│ │ │ │ ├── 2DPointFigure.png
│ │ │ │ ├── 2DRenko.png
│ │ │ │ ├── 2DThreeLine.png
│ │ │ │ ├── 3DThreeLine.png
│ │ │ │ ├── AdvancedFinanceGallery.htm
│ │ │ │ └── sampleConfig.xml
│ │ │ ├── Kagi
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── KagiChartType.cs
│ │ │ │ ├── KagiChartType.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── PointAndFigure
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── PointAndFigureChartType.cs
│ │ │ │ ├── PointAndFigureChartType.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Renko
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── RenkoChartType.cs
│ │ │ │ ├── RenkoChartType.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ └── ThreeLineBreak
│ │ │ ├── cscode.txt
│ │ │ ├── sampleConfig.xml
│ │ │ ├── ThreeLineBreakChartType.cs
│ │ │ ├── ThreeLineBreakChartType.resx
│ │ │ └── vbcode.txt
│ │ ├── PyramidFunnelCharts
│ │ │ ├── Funnel
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── FunnelChartType.cs
│ │ │ │ ├── FunnelChartType.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Gallery
│ │ │ │ ├── 2DPyramid.png
│ │ │ │ ├── 3DFunnelGap.png
│ │ │ │ ├── 3DFunnel.png
│ │ │ │ ├── 3DFunnelWidth.png
│ │ │ │ ├── 3DPyramidGap.png
│ │ │ │ ├── 3DPyramid.png
│ │ │ │ ├── AccumulationGallery.htm
│ │ │ │ └── sampleConfig.xml
│ │ │ └── Pyramid
│ │ │ ├── cscode.txt
│ │ │ ├── Overview.htm
│ │ │ ├── PyramidChartType.cs
│ │ │ ├── PyramidChartType.resx
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── RangeCharts
│ │ │ ├── 3DRange
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── Range3D.cs
│ │ │ │ ├── Range3D.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── 3DRangeBar
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── RangeBar3D.cs
│ │ │ │ ├── RangeBar3D.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── Gallery
│ │ │ │ ├── 2DRangeBar.png
│ │ │ │ ├── 2DRangeColumn.png
│ │ │ │ ├── 2DRange.png
│ │ │ │ ├── 2DSplineRange.png
│ │ │ │ ├── 3DRange.png
│ │ │ │ ├── 3DSplineRange.png
│ │ │ │ ├── RangeGallery.htm
│ │ │ │ └── sampleConfig.xml
│ │ │ ├── Range
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── RangeChartType.cs
│ │ │ │ ├── RangeChartType.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── RangeBar
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── RangeBarChartType.cs
│ │ │ │ ├── RangeBarChartType.resx
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ └── RangeColumn
│ │ │ ├── cscode.txt
│ │ │ ├── RangeColumnChartType.cs
│ │ │ ├── RangeColumnChartType.resx
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ └── TOCNodes.xml
│ ├── ClassDiagram1.cd
│ ├── config.xml
│ ├── cs_langDef.xml
│ ├── data
│ │ ├── chartdata.mdb
│ │ ├── DataFile.csv
│ │ ├── data.xml
│ │ ├── data.xsd
│ │ ├── data.xsx
│ │ └── ExcelData.xls
│ ├── GettingStarted
│ │ ├── BasicPopulatingData
│ │ │ ├── BasicPopulatingData.cs
│ │ │ ├── BasicPopulatingData.resx
│ │ │ ├── cscode.txt
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── ChartElements
│ │ │ ├── ChartElementsFinished.png
│ │ │ ├── Overview.htm
│ │ │ └── sampleConfig.xml
│ │ ├── CoordinateSystem
│ │ │ ├── CoordinateSystem.bmp
│ │ │ ├── Overview.htm
│ │ │ └── sampleConfig.xml
│ │ ├── CreatingFirstChart
│ │ │ ├── CollectionEditor.jpg
│ │ │ ├── dragIcon3.jpg
│ │ │ ├── Overview.htm
│ │ │ └── sampleConfig.xml
│ │ ├── DynamicChartCreation
│ │ │ ├── cscode.txt
│ │ │ ├── DynamicChartCreation.cs
│ │ │ ├── DynamicChartCreation.resx
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── sampleConfig.xml
│ │ ├── SeriesAndPoints
│ │ │ ├── CandleStick.png
│ │ │ ├── Overview.htm
│ │ │ ├── sampleConfig.xml
│ │ │ ├── Series_Point_BasicHighlight.PNG
│ │ │ └── Series_Point_BasicSplineChart.PNG
│ │ ├── Text
│ │ │ ├── Overview.htm
│ │ │ ├── sampleConfig.xml
│ │ │ └── text_elements.PNG
│ │ └── TOCNodes.xml
│ ├── Images
│ │ ├── doc.bmp
│ │ ├── face.bmp
│ │ ├── FDist.GIF
│ │ ├── FooterMiddle.bmp
│ │ ├── GradientChartArea.png
│ │ ├── HeaderLeft.bmp
│ │ ├── HeaderMiddle.bmp
│ │ ├── HeaderRight.bmp
│ │ ├── MaxValueMarker.bmp
│ │ ├── money.png
│ │ ├── Normal.GIF
│ │ ├── TDist.GIF
│ │ └── Thumbs.db
│ ├── MainForm.cs
│ ├── MainForm.resx
│ ├── Properties
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── Styles.css
│ ├── Utilities
│ │ ├── ActivityLegend
│ │ │ └── ActivityLegend.cs
│ │ ├── ChartDataTableHelper
│ │ │ ├── ChartDataTableHelper.cs
│ │ │ └── ChartDataTableHelper.vb
│ │ ├── DigitalFilter
│ │ │ ├── FFT.cs
│ │ │ ├── FFT.vb
│ │ │ ├── FIRFilters.cs
│ │ │ └── FIRFilters.vb
│ │ ├── HistogramChartHelper
│ │ │ ├── HistogramChartHelper.cs
│ │ │ └── HistogramChartHelper.vb
│ │ ├── PieCollectedDataHelper
│ │ │ ├── PieCollectedDataHelper.cs
│ │ │ └── PieCollectedDataHelper.vb
│ │ ├── RangeSpliceChartHelper
│ │ │ ├── LineUtils.cs
│ │ │ ├── RangePolygon.cs
│ │ │ ├── RangeSpliceChartHelper.cs
│ │ │ └── RangeSpliceChartHelperException.cs
│ │ ├── SampleMain
│ │ │ ├── MainForm.cs
│ │ │ ├── MainForm.resx
│ │ │ ├── SourceCodeToRtf.cs
│ │ │ ├── TabPageButton.cs
│ │ │ ├── TabPageButton.resx
│ │ │ ├── VerticalTabControl.cs
│ │ │ └── VerticalTabControl.resx
│ │ ├── SixSigma
│ │ │ ├── SixSigma.cs
│ │ │ └── SixSigma.vb
│ │ └── SpikeRemoval
│ │ └── SpikeRemoval.cs
│ ├── vbnet_langDef.xml
│ ├── WinFormsChartSamples.csproj
│ ├── WinFormsChartSamples.csproj.user
│ ├── WinFormsChartSamples.sln
│ ├── WinFormsChartSamples.suo
│ └── WorkingWithData
│ ├── DataBinding
│ │ ├── DatabaseBindingXY
│ │ │ ├── cscode.txt
│ │ │ ├── DatabaseBindingXY.cs
│ │ │ ├── DatabaseBindingXY.resx
│ │ │ ├── Overview.htm
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── DatabaseBindingY
│ │ │ ├── cscode.txt
│ │ │ ├── DatabaseBindingY.cs
│ │ │ ├── DatabaseBindingY.resx
│ │ │ ├── Overview.htm
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── DataBindCrossTab
│ │ │ ├── cscode.txt
│ │ │ ├── DataBindCrossTab.cs
│ │ │ ├── DataBindCrossTab.resx
│ │ │ ├── Overview.htm
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── DataBindTable
│ │ │ ├── cscode.txt
│ │ │ ├── DataBindTable.cs
│ │ │ ├── DataBindTable.resx
│ │ │ ├── Overview.htm
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── DataSourceBinding
│ │ │ ├── cscode.txt
│ │ │ ├── DataSourceBinding.cs
│ │ │ ├── DataSourceBinding.resx
│ │ │ ├── Overview.htm
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── ExtendedDataBinding
│ │ │ ├── cscode.txt
│ │ │ ├── ExtendedDataBinding.cs
│ │ │ ├── ExtendedDataBinding.resx
│ │ │ ├── Overview.htm
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── Overview
│ │ │ ├── DataSource.jpg
│ │ │ ├── DecisionTree.bmp
│ │ │ ├── Overview.htm
│ │ │ └── sampleConfig.xml
│ │ └── SeriesByRows
│ │ ├── cscode.txt
│ │ ├── Overview.htm
│ │ ├── sampleConfig.xml
│ │ ├── SeriesByRows.cs
│ │ ├── SeriesByRows.resx
│ │ └── vbcode.txt
│ ├── DatabindThenAlignAxisLabel
│ │ ├── AligningAxisLabel.cs
│ │ ├── AligningAxisLabel.resx
│ │ ├── cscode.txt
│ │ ├── sampleConfig.xml
│ │ └── vbcode.txt
│ ├── DataManipulation
│ │ ├── CopyingSeriesValues
│ │ │ ├── MergingValues
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── MergingValues.cs
│ │ │ │ ├── MergingValues.resx
│ │ │ │ └── vbcode.txt
│ │ │ ├── sampleConfig.xml
│ │ │ └── SplittingValues
│ │ │ ├── cscode.txt
│ │ │ ├── SplittingValues.cs
│ │ │ ├── SplittingValues.resx
│ │ │ └── vbcode.txt
│ │ ├── Exporting
│ │ │ ├── DataGridBinding
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── DataGridBinding.cs
│ │ │ │ ├── DataGridBinding.resx
│ │ │ │ ├── Overview.htm
│ │ │ │ └── vbcode.txt
│ │ │ ├── sampleConfig.xml
│ │ │ └── Xml
│ │ │ ├── cscode.txt
│ │ │ ├── ExportXml.cs
│ │ │ ├── ExportXml.resx
│ │ │ └── vbcode.txt
│ │ ├── Filtering
│ │ │ ├── FilterBandPass
│ │ │ │ ├── BandPassFilter.cs
│ │ │ │ ├── BandPassFilter.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── FilterDateRange
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── FilterDateRange.cs
│ │ │ │ ├── FilterDateRange.resx
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── FilterTopN
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── FilterTopN.cs
│ │ │ │ ├── FilterTopN.resx
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ ├── FilterWithCustomCriteria
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── FilterWithCustomCriteria.cs
│ │ │ │ ├── FilterWithCustomCriteria.resx
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── sampleConfig.xml
│ │ │ │ └── vbcode.txt
│ │ │ └── FilterYValuesRange
│ │ │ ├── cscode.txt
│ │ │ ├── FilterYValuesRange.cs
│ │ │ ├── FilterYValuesRange.resx
│ │ │ ├── Overview.htm
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── FindingSeriesPoints
│ │ │ ├── FindByMaxMinValues
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── FindByMaxMinValues.cs
│ │ │ │ ├── FindByMaxMinValues.resx
│ │ │ │ └── vbcode.txt
│ │ │ ├── FindByValue
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── FindByValue.cs
│ │ │ │ ├── FindByValue.resx
│ │ │ │ └── vbcode.txt
│ │ │ └── sampleConfig.xml
│ │ ├── Grouping
│ │ │ ├── GroupingByAxisLabel
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── GroupingByAxisLabel.cs
│ │ │ │ ├── GroupingByAxisLabel.resx
│ │ │ │ ├── Overview.htm
│ │ │ │ └── vbcode.txt
│ │ │ ├── GroupingFormulas
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── GroupingFormulas.cs
│ │ │ │ ├── GroupingFormulas.resx
│ │ │ │ └── vbcode.txt
│ │ │ ├── GroupingStockData
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── GroupingStockData.cs
│ │ │ │ ├── GroupingStockData.resx
│ │ │ │ └── vbcode.txt
│ │ │ └── sampleConfig.xml
│ │ ├── Overview
│ │ │ ├── AfterSplitting.PNG
│ │ │ ├── BeforeSplitting.PNG
│ │ │ ├── FilteredSeries.PNG
│ │ │ ├── Overview.htm
│ │ │ └── sampleConfig.xml
│ │ ├── SeriesAlignment
│ │ │ ├── sampleConfig.xml
│ │ │ └── SeriesAlignment
│ │ │ ├── AlignSeries2-a.png
│ │ │ ├── AlignSeries4-b.png
│ │ │ ├── cscode.txt
│ │ │ ├── Grouping2-a.png
│ │ │ ├── Grouping2-b.png
│ │ │ ├── NoEmptyPoints2-a.png
│ │ │ ├── NoEmptyPoints2-b.png
│ │ │ ├── overview.htm
│ │ │ ├── SeriesAlignment.cs
│ │ │ ├── SeriesAlignment.resx
│ │ │ └── vbcode.txt
│ │ ├── Sorting
│ │ │ ├── CustomSortingOrder
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── CustomSortingOrder.cs
│ │ │ │ ├── CustomSortingOrder.resx
│ │ │ │ └── vbcode.txt
│ │ │ ├── sampleConfig.xml
│ │ │ └── Sorting
│ │ │ ├── cscode.txt
│ │ │ ├── Sorting.cs
│ │ │ ├── Sorting.resx
│ │ │ └── vbcode.txt
│ │ ├── SpikeRemoval
│ │ │ ├── sampleConfig.xml
│ │ │ ├── SpikeRemoval.cs
│ │ │ └── SpikeRemoval.resx
│ │ └── TOCNodes.xml
│ ├── DataSourceTypes
│ │ ├── ArrayBinding
│ │ │ ├── ArrayBinding.cs
│ │ │ ├── ArrayBinding.resx
│ │ │ ├── cscode.txt
│ │ │ ├── Overview.htm
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── CSVDataBindingBinding
│ │ │ ├── cscode.txt
│ │ │ ├── CSVDataBinding.cs
│ │ │ ├── CSVDataBinding.resx
│ │ │ ├── Overview.htm
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── DatabaseDataview
│ │ │ ├── cscode.txt
│ │ │ ├── DatabaseDataview.cs
│ │ │ ├── DatabaseDataview.resx
│ │ │ ├── Overview.htm
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── ExcelData
│ │ │ ├── cscode.txt
│ │ │ ├── ExcelData.cs
│ │ │ ├── ExcelData.resx
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── Overview
│ │ │ ├── Overview.htm
│ │ │ └── sampleConfig.xml
│ │ └── XMLData
│ │ ├── cscode.txt
│ │ ├── sampleConfig.xml
│ │ ├── vbcode.txt
│ │ ├── XMLData.cs
│ │ └── XMLData.resx
│ ├── DymamicPointAdd
│ │ ├── cscode.txt
│ │ ├── DymamicPointAdd.cs
│ │ ├── DymamicPointAdd.resx
│ │ ├── sampleConfig.xml
│ │ └── vbcode.txt
│ ├── EmptyPoints
│ │ ├── EmptyPointsAppearance
│ │ │ ├── cscode.txt
│ │ │ ├── EmptyPointAppearance.cs
│ │ │ ├── EmptyPointAppearance.resx
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ ├── InsertingEmptyPoints
│ │ │ ├── cscode.txt
│ │ │ ├── InsertingEmptyPoints.cs
│ │ │ ├── InsertingEmptyPoints.resx
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ └── Overview
│ │ ├── MissingPoints1.PNG
│ │ ├── MissingPoints2.PNG
│ │ ├── MissingPoints3.PNG
│ │ ├── MissingPoints.PNG
│ │ ├── Overview.htm
│ │ └── sampleConfig.xml
│ ├── Formulas
│ │ ├── Financial
│ │ │ ├── chk_checked.png
│ │ │ ├── chk_unchecked.png
│ │ │ ├── Forecasting
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── Forecasting.cs
│ │ │ │ ├── Forecasting.resx
│ │ │ │ └── vbcode.txt
│ │ │ ├── MovingAverages
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── MovingAverages.cs
│ │ │ │ ├── MovingAverages.resx
│ │ │ │ ├── Overview.htm
│ │ │ │ └── vbcode.txt
│ │ │ ├── Overview
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── RangeIndicator.png
│ │ │ │ └── sampleConfig.xml
│ │ │ ├── PriceIndicators
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── Overview.htm
│ │ │ │ ├── PriceIndicators.cs
│ │ │ │ ├── PriceIndicators.resx
│ │ │ │ └── vbcode.txt
│ │ │ ├── RangeIndicators
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── RangeIndicators.cs
│ │ │ │ ├── RangeIndicators.resx
│ │ │ │ └── vbcode.txt
│ │ │ ├── sampleConfig.xml
│ │ │ ├── TechnicalPriceIndicators
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── TechnicalPriceIndicators.cs
│ │ │ │ ├── TechnicalPriceIndicators.resx
│ │ │ │ └── vbcode.txt
│ │ │ └── VolumeIndicators
│ │ │ ├── cscode.txt
│ │ │ ├── Overview.htm
│ │ │ ├── vbcode.txt
│ │ │ ├── VolumeIndicators.cs
│ │ │ └── VolumeIndicators.resx
│ │ ├── Statistical
│ │ │ ├── ANOVA
│ │ │ │ ├── ANOVA.cs
│ │ │ │ ├── ANOVA.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ └── vbcode.txt
│ │ │ ├── CovarianceAndCorrelation
│ │ │ │ ├── CovarianceAndCorrelation.cs
│ │ │ │ ├── CovarianceAndCorrelation.resx
│ │ │ │ ├── cscode.txt
│ │ │ │ └── vbcode.txt
│ │ │ ├── Descriptive Statistics
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── DescriptiveStatistics.cs
│ │ │ │ ├── DescriptiveStatistics.resx
│ │ │ │ └── vbcode.txt
│ │ │ ├── Distributions
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── Distributions.cs
│ │ │ │ ├── Distributions.resx
│ │ │ │ ├── Overview.htm
│ │ │ │ └── vbcode.txt
│ │ │ ├── FTest
│ │ │ │ ├── cscode.txt
│ │ │ │ ├── FTest.cs
│ │ │ │ ├── FTest.resx
│ │ │ │ ├── Overview.htm
│ │ │ │ └── vbcode.txt
│ │ │ ├── Overview
│ │ │ │ ├── Averages.PNG
│ │ │ │ ├── NormalDistribution.bmp
│ │ │ │ ├── Overview.htm
│ │ │ │ └── sampleConfig.xml
│ │ │ ├── sampleConfig.xml
│ │ │ └── TTest
│ │ │ ├── cscode.txt
│ │ │ ├── TTest.cs
│ │ │ ├── TTest.resx
│ │ │ └── vbcode.txt
│ │ └── TOCNodes.xml
│ ├── ManyYBubble
│ │ ├── cscode.txt
│ │ ├── ManyYBubble.cs
│ │ ├── ManyYBubble.resx
│ │ ├── sampleConfig.xml
│ │ └── vbcode.txt
│ ├── Overview
│ │ ├── DataSource.jpg
│ │ ├── MissingPoints.PNG
│ │ ├── Overview.htm
│ │ └── sampleConfig.xml
│ ├── RealTimeData
│ │ ├── RealTimeThread
│ │ │ ├── cscode.txt
│ │ │ ├── RealTimeSample.cs
│ │ │ ├── RealTimeSample.resx
│ │ │ ├── sampleConfig.xml
│ │ │ └── vbcode.txt
│ │ └── RealTimeTimer
│ │ ├── cscode.txt
│ │ ├── RealTimeData.cs
│ │ ├── RealTimeData.resx
│ │ ├── sampleConfig.xml
│ │ └── vbcode.txt
│ ├── TOCNodes.xml
│ └── WorkingWithDates
│ ├── Overview
│ │ ├── DesignTimeDateTimeSupport.PNG
│ │ ├── HighlightWeekends.PNG
│ │ ├── Overview.htm
│ │ └── sampleConfig.xml
│ ├── RetrievingAssigningDates
│ │ ├── cscode.txt
│ │ ├── RetrievingAssigningDates.cs
│ │ ├── RetrievingAssigningDates.resx
│ │ ├── sampleConfig.xml
│ │ └── vbcode.txt
│ └── TimeScale
│ ├── cscode.txt
│ ├── sampleConfig.xml
│ ├── TimeScale.cs
│ ├── TimeScale.resx
│ └── vbcode.txt
├── description
│ ├── 071640f8-54a7-498c-95dd-bf9e18b2872eCombined.css
│ ├── Brand.css
│ ├── ChartSamples_thumb_1.jpg
│ ├── Combined.css
│ ├── Galleries.css
│ ├── iframedescription.css
│ ├── Layout.css
│ └── offline.js
├── description.html
└── license.rtf
293 directories, 1293 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论