Gets or sets coordinate mapping engine.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public virtual ICoordConverter CoordConverter { get; set; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overridable Property CoordConverter As ICoordConverter
	Get
	Set

Implements

IRenderer..::..CoordConverter

See Also