Chart.GetChartElementOutline(Object, ChartElementType) 方法

定义

返回图表元素的轮廓。

public:
 System::Windows::Forms::DataVisualization::Charting::ChartElementOutline ^ GetChartElementOutline(System::Object ^ element, System::Windows::Forms::DataVisualization::Charting::ChartElementType elementType);
public System.Windows.Forms.DataVisualization.Charting.ChartElementOutline GetChartElementOutline (object element, System.Windows.Forms.DataVisualization.Charting.ChartElementType elementType);
member this.GetChartElementOutline : obj * System.Windows.Forms.DataVisualization.Charting.ChartElementType -> System.Windows.Forms.DataVisualization.Charting.ChartElementOutline
Public Function GetChartElementOutline (element As Object, elementType As ChartElementType) As ChartElementOutline

参数

element
Object

Chart 对象。

elementType
ChartElementType

元素的类型。

返回

ChartElementOutline

一个 ChartElementOutline 对象,其中包含:

  • 以绝对坐标表示的点数组,这些点可用作此图表元素四周的轮廓标记。

  • 一个 GraphicsPath 对象,用于绘制此图表元素四周的轮廓。

注解

chartElement如果不是图表的一部分,或者elementType不能与chartElement它组合,则结果将包含一个空的标记点数组。 标记点按顺时针排序。

适用于