ChartTypes
Namespace: FSharp.Charting
Nested types and modules
| Type | Description |
| AxisArrowStyle | An enumeration of axis arrow styles |
| Background | |
| BarLabelPosition | The placement of the data point label. |
| CandlestickChart | Used to display stock information using high, low, open and close values. |
| ChartControl | A Windows Forms control to host a GenericChart specification |
| ChartImageFormat | Specifies the image type of the chart. |
| CircularLabelStyle | The text orientation of the axis labels in Radar and Polar charts. |
| DashStyle | Specifies a line style |
| DataPoint | An implementation type for labelled points on chart. This type should not be used directly. |
| DataSet | An implementation type for labelled points on chart. This type should not be used directly. |
| DateTimeIntervalType | Specifies an interval type |
| Docking | Specifies where a chart element, such as a legend or title, will be docked on the chart |
| DoughnutChart | Similar to the Pie chart type, except that it has a hole in the center. |
| DrawSideBySide | Specifies whether series of the same chart type are drawn next to each other instead of overlapping each other. |
| ErrorBarCenterMarkerStyle | The appearance of the marker at the center value of the error bar. |
| ErrorBarChart | Consists of lines with markers that are used to display statistical information about the data displayed in a graph. |
| ErrorBarStyle | The visibility of the upper and lower error values. |
| ErrorBarType | Specifies how the upper and lower error values are calculated for the center values of the ErrorBarSeries. |
| FourXYDataPoint | An implementation type for labelled points on chart. This type should not be used directly. |
| Funnel3DDrawingStyle | The 3D drawing style of the Funnel chart type. |
| FunnelChart | Displays in a funnel shape data that equals 100% when totaled. |
| FunnelInsideLabelAlignment | The data point label placement of the Funnel chart type when the FunnelLabelStyle is set to Inside. |
| FunnelLabelStyle | The data point label style of the Funnel chart type. |
| FunnelOutsideLabelPlacement | Placement of the data point label in the Funnel chart when FunnelLabelStyle is set to Outside or OutsideInColumn. |
| FunnelStyle | The style of the Funnel chart type. |
| GenericChart | |
| Grid | |
| KagiChart | Displays a series of connecting vertical lines where the thickness and direction of the lines are dependent on the action of the price value. |
| LabelPosition | The label position of the data point. |
| LabelStyle | |
| LabelValueType | The Y value to use as the data point label. |
| LightStyle | Specifies a lighting style for a three-dimensional (3D) chart area |
| MarkerStyle | Specifies a style for markers |
| OpenCloseStyle | The marker style for open and close values. |
| PieChart | Shows how proportions of data, shown as pie-shaped pieces, contribute to the data as a whole. |
| PieDrawingStyle | The drawing style of the data points. |
| PieLabelStyle | The label style of the data points. |
| PointAndFigureChart | Disregards the passage of time and only displays changes in prices. |
| PointStyle | The drawing style of data points. |
| PolarChart | A circular graph on which data points are displayed using the angle, and the distance from the center point. |
| PolarDrawingStyle | The drawing style of the Polar chart type. |
| PyramidChart | Displays data that, when combined, equals 100%. |
| PyramidInsideLabelAlignment | The placement of the data point labels in the Pyramid chart when they are placed inside the pyramid. |
| PyramidLabelStyle | The style of data point labels in the Pyramid chart. |
| PyramidOutsideLabelPlacement | The placement of the data point labels in the Pyramid chart when the labels are placed outside the pyramid. |
| PyramidValueType | Specifies whether the data point value represents a linear height or the surface of the segment. |
| RadarChart | A circular chart that is used primarily as a data comparison tool. |
| RadarDrawingStyle | The drawing style of the Radar chart. |
| RenkoChart | Displays a series of connecting vertical lines where the thickness and direction of the lines are dependent on the action of the price value. |
| ShowOpenClose | Specifies whether markers for open and close prices are displayed. |
| SixXYDataPoint | An implementation type for labelled points on chart. This type should not be used directly. |
| StockChart | Displays significant stock price points including the open, close, high, and low price points. |
| TextOrientation | Specifies text orientation in a chart element |
| TextStyle | Specifies text drawing styles |
| ThreeLineBreakChart | Displays a series of vertical boxes, or lines, that reflect changes in price values. |
| ThreeXYDataPoint | An implementation type for labelled points on chart. This type should not be used directly. |
| TickMark | |
| TickMarkStyle | The placement of the tick mark. |
| TwoXYDataPoint | An implementation type for labelled points on chart. This type should not be used directly. |