Chart.OnFormatNumber Method (Object, FormatNumberEventArgs)

.NET Framework (current version)
 

Occurs when converting a numeric value to a string.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

Protected Overridable Sub OnFormatNumber (
	caller As Object,
	e As FormatNumberEventArgs
)

Parameters

caller
Type: System.Object

The event caller, which can be a chart image, a ChartArea or a Legend object.

e
Type: System.Web.UI.DataVisualization.Charting.FormatNumberEventArgs

A FormatNumberEventArgs object that contains the event arguments.

.NET Framework
Available since 4.0
Return to top
Show: