Chart.GetChartElementOutline(Object, ChartElementType) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回图表元素的轮廓。
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
参数
- elementType
- ChartElementType
元素的类型。
返回
一个 ChartElementOutline 对象,其中包含:
以绝对坐标表示的点数组,这些点可用作此图表元素四周的轮廓标记。
一个 GraphicsPath 对象,用于绘制此图表元素四周的轮廓。
注解
chartElement
如果不是图表的一部分,或者elementType
不能与chartElement
它组合,则结果将包含一个空的标记点数组。 标记点按顺时针排序。