System.Web.UI.DataVisualization.Charting 命名空间
包含图表 Web 服务器控件的方法和属性。 Contains methods and properties for the Chart Web server control.
类
| Annotation |
定义所有批注共有的属性和方法。Defines properties and methods common to all annotations. 这是一个抽象类。This is an abstract class. |
| AnnotationCollection |
存储图表批注对象。Stores chart annotation objects. |
| AnnotationGroup |
表示一组批注。Represents a group of annotations. |
| AnnotationPathPoint |
表示 PolylineAnnotation 或 PolygonAnnotation 的一个路径点,该路径点存储在其 |
| AnnotationPathPointCollection |
表示 PolylineAnnotation 或 PolygonAnnotation 路径点的集合,可以使用 |
| AnnotationSmartLabelStyle |
表示存储批注的智能标签属性。Represents the smart label properties of an annotation to store. |
| AnovaResult |
表示 ANOVA 统计测试的结果。Represents the results of an ANOVA statistical test. |
| ArrowAnnotation |
表示箭头批注。Represents an arrow annotation. |
| Axis |
提供管理 Chart 控件中的轴的方法和属性。Provides methods and properties that manage axes in the Chart control. |
| AxisScaleBreakStyle |
表示图表 Y 轴上的刻度分隔线。Represents a scale break on the Y-axis of the chart. |
| AxisScaleView |
表示图表的缩放视图。Represents a scaled view of the chart. |
| Border3DAnnotation |
表示一个带有三维边框的批注。Represents an annotation with a 3D border. |
| BorderSkin |
表示三维边框外观的绘制属性。Represents the drawing properties of the 3D border skin. |
| CalloutAnnotation |
表示标注批注。Represents a callout annotation. |
| Chart |
用作 Chart 控件的根类。Serves as the root class of the Chart control. |
| ChartArea |
表示图表图像上的图表区域。Represents a chart area on the chart image. |
| ChartArea3DStyle |
管理三维 (3D) 图表区域的显示特性。Manages the display attributes for three-dimensional (3D) chart areas. |
| ChartAreaCollection |
表示 ChartArea 对象集合。Represents a collection of ChartArea objects. |
| ChartElement |
所有图表元素的基类。Base class for all the chart elements. ChartElement 类表示图表元素层次结构的最基本的元素。The ChartElement class represents the most basic element of the chart element hierarchy. |
| ChartElementCollection<T> |
表示所有图表元素集合的基类。Represents the base class for all chart element collections. |
| ChartElementOutline |
表示用于选择图表中可视对象的标记点和轮廓路径的数组。Represents an array of marker points and the outline path used for visual object selection in the chart. |
| ChartGraphics |
提供大量转换函数并公开 GDI+ Graphics 对象。Provides numerous conversion functions and exposes a GDI+ Graphics object. |
| ChartHttpHandler |
使用自定义 HTTP 处理程序处理 HTTP Web 请求;处理图表图像。Processes HTTP web requests using a custom HTTP handler; handles chart images. |
| ChartHttpHandlerSettings |
提供一些特性,用于编写存储临时图像文件的自定义 HTTP 处理程序。Provides attributes that can be used to write a custom HTTP handler for storing temporary image files. |
| ChartNamedElement |
表示多数图表元素的基类。Represents the base class for most chart elements. 图表元素(如序列、图表区域和图例)必须具有唯一的名称,并重用 ChartNamedElementCollection<T> 类提供的唯一名称生成和验证逻辑。Chart elements such as series, chart areas, and legends must have unique names, and reuse the unique name generation and validation logic provided by the ChartNamedElementCollection<T> class. |
| ChartNamedElementCollection<T> |
表示所有命名图表元素集合的基类。Represents the base class for all collections of named chart elements. 执行名称管理并强制实施名称的唯一性。Performs name management and enforces the uniqueness of the names. |
| ChartPaintEventArgs |
为 Chart 控件的绘制事件提供数据。Provides data for the paint events of the Chart control. |
| ChartSerializer |
启用 Chart 控件的序列化功能。Enables serialization of the Chart control. |
| CustomizeLegendEventArgs |
为 CustomizeLegend 控件的 Chart 事件提供数据。Provides data for the CustomizeLegend event of the Chart control. |
| CustomizeMapAreasEventArgs |
为 Chart 控件的 CustomizeMapAreas 事件提供数据。Provides data for the CustomizeMapAreas event of the Chart control. |
| CustomLabel |
表示轴的自定义标签。Represents a custom label for an axis. |
| CustomLabelsCollection |
表示 CustomLabel 对象集合。Represents a collection of CustomLabel objects. |
| CustomProperties |
表示数据可视化图表的自定义属性。Represents the custom properties for the data visualization charting. |
| DataFormula |
提供为技术分析准备序列数据、对序列数据应用公式和准备要显示为图表的输出数据的属性和方法。Provides properties and methods to prepare series data for technical analysis, apply formulas on the series data and prepare output data to be displayed as a chart. 实际计算在 StatisticFormula 类中执行。The actual calculations are performed in the StatisticFormula class. |
| DataManipulator |
运行时执行数据操作。Performs data manipulation operations at run time. 此类通过根 DataManipulator 对象的 Chart 属性公开。This class is exposed by the DataManipulator property of the root Chart object. |
| DataPoint |
表示存储在 DataPointCollection 类中的数据点。Represents a data point that is stored in the DataPointCollection class. |
| DataPointCollection |
表示 DataPoint 对象集合。Represents a collection of DataPoint objects. |
| DataPointComparer |
比较数据点。Compares data points. |
| DataPointCustomProperties |
表示定义数据点、序列和空点所共有的自定义属性。Represents the custom properties that are common to data points, series and empty points. |
| ElementPosition |
表示图表的许多可视元素(如图例、标题和图表区域)的基类。Represents the base class for many visual elements of the chart such as the legend, title, and chart areas. 定义图表元素在相对坐标中的位置,范围从 (0,0) 到 (100,100)。Defines the position of the chart element in relative coordinates, which range from (0,0) to (100,100). |
| EllipseAnnotation |
表示一个椭圆批注。Represents an ellipse annotation. |
| FormatNumberEventArgs |
表示本地化的数字格式设置事件的事件参数。Represents the event arguments of the localized number-formatting event. |
| FTestResult |
存储 FTest 统计方法的结果。Stores results of the FTest statistical methods. |
| Grid |
提供用于管理 Axis 对象的主要和次要网格的方法和属性。Provides methods and properties that manage the major and minor grids of Axis objects. |
| HitTestResult |
表示命中测试的结果。Represents the results of a hit test. |
| HorizontalLineAnnotation |
表示横线批注。Represents a horizontal line annotation. |
| ImageAnnotation |
表示图像批注。Represents an image annotation. |
| LabelStyle |
提供用于定义轴标签可视外观的属性。Provides properties that define the visual appearance of the axis labels. |
| Legend |
表示图表图像的图例。Represents the legend for the chart image. |
| LegendCell |
表示图例项中的图例单元。Represents a legend cell in a legend item. |
| LegendCellCollection |
将图例单元存储在 LegendCellCollection 对象中。Stores legend cells in a LegendCellCollection object. |
| LegendCellColumn |
表示图例中的单元列,用于扩展默认图例的功能。Represents a cell column in a legend, which is used to extend the functionality of the default legend. |
| LegendCellColumnCollection |
存储应用于默认图例项的 LegendCellColumn 对象。Stores LegendCellColumn objects, which are applied to default legend items. |
| LegendCollection | |
| LegendItem |
表示一个图例项,它存储在 LegendItemsCollection 类中。Represents a legend item, which is stored in the LegendItemsCollection class. |
| LegendItemsCollection |
表示 LegendItem 对象集合。Represents a collection of LegendItem objects. |
| LineAnnotation |
表示线条批注。Represents a line annotation. |
| MapArea |
表示映射区。Represents a map area. |
| MapAreasCollection | |
| Margins |
表示各种图表元素的边距。Represents the margins for various chart elements. |
| NamedImage |
表示存储在 NamedImagesCollection 中的命名图像。Represents named images, which are stored in the NamedImagesCollection. |
| NamedImagesCollection |
表示 NamedImage 对象集合。Represents a collection of NamedImage objects. |
| Point3D |
表示三维 (3D) 数据点的坐标。Represents the coordinates of a three-dimensional (3D) data point. 用三维图表执行自定义绘图时使用此类。This class is used when performing custom drawing with 3D charts. |
| PolygonAnnotation |
表示多边形批注。Represents a polygon annotation. |
| PolylineAnnotation |
表示折线批注。Represents a polyline annotation. |
| RectangleAnnotation |
表示矩形批注。Represents a rectangle annotation. |
| Series |
存储数据点和序列特性。Stores data points and series attributes. |
| SeriesCollection | |
| SmartLabelStyle |
提供用于执行基于规则的数据点标签智能定位的方法和属性,以解决数据点标签重叠的问题。Provides methods and properties used to perform intelligent, rule-based data point label positioning to resolve overlapping data point label issues. |
| StatisticFormula |
计算统计公式。Calculates statistical formulas. |
| StripLine |
表示图表上的带状线。Represents the strip lines on a chart. |
| StripLinesCollection |
表示 StripLine 对象集合。Represents a collection of StripLine objects. |
| TextAnnotation |
表示文本批注。Represents a text annotation. |
| TickMark |
表示沿轴排列的主要和次要刻度线。Represents the major and minor tick marks along an axis. |
| Title |
表示整个图表图像的标题。Represents a title for the entire chart image. |
| TitleCollection | |
| TTestResult |
存储 T 检验统计公式的结果。Stores the results of a T Test statistical formula. |
| VerticalLineAnnotation |
表示竖线批注。Represents a vertical line annotation. |
| ZTestResult |
存储 Z 检验统计公式的结果。Stores the results of a Z Test statistical formula. |
接口
| IChartMapArea |
支持图像映射的所有图表元素的公共界面。Common interface for all chart elements that support image maps. |
| IChartStorageHandler |
定义用于管理存储在外部媒体中的已呈现图表图像的方法。Defines methods to manage rendered chart images stored in an external medium. |
| IDataPointFilter |
公开 FilterDataPoint(DataPoint, Series, Int32) 方法,该方法允许自定义筛选 Series 数据。Exposes the FilterDataPoint(DataPoint, Series, Int32) method, which allows Series data to be custom filtered. |
枚举
| AntiAliasingStyles |
指定图表的抗锯齿选项。Specifies the anti-aliasing options for the chart. |
| AreaAlignmentOrientations |
指定图表区域的对齐方向。Specifies the alignment orientation of a chart area. |
| AreaAlignmentStyles |
指定图表区域的对齐样式。Specifies the alignment styles of chart areas. |
| ArrowStyle |
指定箭头批注的样式。Specifies styles for an arrow annotation. |
| AxisArrowStyle |
指定轴的箭头样式。Specifies the axis arrow styles. |
| AxisEnabled |
指定轴的状态。Specifies the state of an axis. |
| AxisName |
指定轴名称。Specifies the name of an axis. |
| AxisType |
指定 Series 的 X 轴和 Y 轴的轴类型。Specifies the axis type for the X and Y-axes of a Series. |
| BorderSkinStyle |
指定图表边框外观的样式。Specifies a style for the border skin of a chart. |
| BreakLineStyle |
指定轴刻度分割线的线条样式。Specifies line styles for axis scale breaks. |
| CalloutStyle |
表示可用的标注样式。Represents the available callout styles. 仅适用于标注批注。Applicable only to callout annotations. |
| ChartColorPalette |
设置 |
| ChartDashStyle |
指定线型。Specifies a line style. |
| ChartElementType |
指定图表元素类型。Specifies a chart element type. |
| ChartHatchStyle |
指定图表元素的阴影样式。Specifies a hatching style for a chart element. |
| ChartHttpHandlerStorageType |
指定图表图像的存储类型。Specifies a storage type for chart images. |
| ChartImageAlignmentStyle |
指定图表背景图像的图像对齐方式。Specifies the image alignment for a chart background image. |
| ChartImageFormat |
指定图表的图像类型。Specifies the image type for the chart. |
| ChartImageType |
指定图表的图像类型。Specifies the image type for the chart. |
| ChartImageWrapMode |
指定背景图像的绘制模式。Specifies the drawing mode for a background image. |
| ChartValueType |
指定各种图表属性的值类型。Specifies value types for various chart properties. |
| CompareMethod |
指定用于筛选数据的比较类型。Specifies the type of comparison to be used when filtering data. 此枚举由 DataManipulator 类中采用 |
| DateRangeType |
指定一个日期/时间间隔,用以确定当调用在 DataManipulator 类中找到的其中一个 |
| DateTimeIntervalType |
指定间隔类型。Specifies an interval type. |
| Docking |
指定图表元素(如图例或标题)在图表中的停靠位置。Specifies where a chart element, such as a legend or title, will be docked on the chart. |
| FinancialFormula |
指定财务公式。Specifies a financial formula. |
| GradientStyle |
指定要用于图表元素的渐变样式。Specifies a gradient style to be used for a chart element. |
| GridTickTypes |
指定自定义标签的网格线或刻度线的显示选项。Specifies the options for displaying a grid line or a tick mark for a custom label. |
| ImageStorageMode |
指定存储图表图像的模式。Specifies the mode of storing chart images. |
| IntervalAutoMode |
指定自动轴间隔模式。Specifies the automatic axis interval mode. |
| IntervalType |
指定间隔类型。Specifies an interval type. |
| LabelAlignmentStyles |
指定在使用 SmartLabelStyle 时的标签对齐方式。Specifies a label alignment when SmartLabelStyle is used. |
| LabelAutoFitStyles |
指定当使用 LabelAutoFitStyle 属性时可自动对标签进行的样式更改。Specifies style changes that can automatically be made to a label when the LabelAutoFitStyle property is used. |
| LabelCalloutStyle |
指定应从点向标签绘制的引导线的类型。Specifies the type of leader line that should be drawn from the point to the label. |
| LabelMarkStyle |
指定自定义标签的标记。Specifies a mark for custom labels. |
| LabelOutsidePlotAreaStyle |
指定可以在绘图区之外绘制标签的程度。Specifies the degree to which a label can be drawn outside a plotting area. |
| LegendCellColumnType |
指定图例单元列类型。Specifies a legend cell column type. |
| LegendCellType |
指定图例单元类型。Specifies a legend cell type. |
| LegendImageStyle |
指定要应用于图例项符号的样式。Specifies the style to apply to the symbol for a legend item. |
| LegendItemOrder |
指定项在图例中的添加顺序。Specifies the order in which items are added to the legend. |
| LegendSeparatorStyle |
指定图例分隔符线的样式。Specifies the styles for legend separator lines. |
| LegendStyle |
指定图例样式。Specifies the legend style. |
| LegendTableStyle |
指定图例表样式。Specifies the legend table style. |
| LightStyle |
指定三维 (3D) 图表区域的照明样式。Specifies a lighting style for a three-dimensional (3D) chart area. |
| LineAnchorCapStyle |
指定要在标签标注线的点端绘制的形状(即定位点端)。Specifies the shape - that is, the anchor cap - to draw on the point end of the label callout line. |
| MapAreaShape |
指定映射区的形状。Specifies the shape of a map area. |
| MarkerStyle |
指定标记的样式。Specifies a style for markers. |
| PointSortOrder |
指示数据点值的排序顺序是升序还是降序。Indicates whether the sort order for data point values is ascending or descending. |
| RenderType |
指定图表图像的呈现方式。Specifies how the image of the chart will be rendered. |
| RightToLeft |
指定一个值,它指示文本是否从右至左显示,就像使用希伯来或阿拉伯字体时那样。Specifies a value indicating whether the text appears from right to left, such as when using Hebrew or Arabic fonts. |
| SerializationContents |
指定要序列化的图表内容的类型。Specifies the type of chart content to be serialized. |
| SerializationFormat |
表示序列化图表时要使用的格式类型。Represents the formatting type to use when the chart is serialized. |
| SeriesChartType | |
| StartFromZero |
指示使用刻度分隔线时,轴段是否应从零开始。Indicates whether an axis segment should start from zero when a scale break is used. |
| TextAntiAliasingQuality |
指定要与 TextAntiAliasingQuality 属性一起使用的抗锯齿功能的质量。Specifies the quality of the anti-aliasing to be used with the TextAntiAliasingQuality property. |
| TextOrientation |
指定图表元素中的文本方向。Specifies text orientation in a chart element. |
| TextStyle |
指定文本绘制样式。Specifies text drawing styles. |
| TickMarkStyle |
设置 TickMarkStyle 对象的 TickMark 属性时,指定刻度线样式。Specifies a tick mark style when setting the TickMarkStyle property of a TickMark object. |