ChartPaintEventArgs.ChartGraphics 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 ChartGraphics 对象。
public:
property System::Windows::Forms::DataVisualization::Charting::ChartGraphics ^ ChartGraphics { System::Windows::Forms::DataVisualization::Charting::ChartGraphics ^ get(); };
public System.Windows.Forms.DataVisualization.Charting.ChartGraphics ChartGraphics { get; }
member this.ChartGraphics : System.Windows.Forms.DataVisualization.Charting.ChartGraphics
Public ReadOnly Property ChartGraphics As ChartGraphics
属性值
ChartGraphics 对象。
注解
在绘制事件期间使用此对象属性可以:
帮助转换到相对和/或绝对图表坐标。
使用 GDI+ Graphics 对象执行自定义绘制。