Gets the value of the data point formatted with the specified format string.

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

Syntax

C#
public Object this[
	string name,
	string format
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	name As String, _
	format As String _
) As Object
	Get

Parameters

name
Type: System..::..String
format
Type: System..::..String

Return Value

See Also