ChartPrintDialogOnRender(DrawingContext) - метод

When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.

Definition

Пространство имён: Tessa.UI.Views.Charting.Charts
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
protected virtual void OnRender(
	DrawingContext drawingContext
)

Параметры

drawingContext  DrawingContext
The drawing instructions for a specific element. This context is provided to the layout system.

См. также