Class FormattableDataLabel3DProxy
Proxy used to provide notifications on data change for classes deriving from BaseFormattableData.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class FormattableDataLabel3DProxy : Label3DProxy, INotifyPropertyChanged
Constructors
FormattableDataLabel3DProxy(BaseFormattableData, Viewport3D)
Initializes a new instance of the FormattableDataLabel3DProxy class.
Declaration
public FormattableDataLabel3DProxy(BaseFormattableData source, Viewport3D viewport)
Parameters
BaseFormattableData
source
|
Viewport3D
viewport
|