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)

abstract OnFormatNumber : 
        caller:Object *
        e:FormatNumberEventArgs -> unit
override OnFormatNumber : 
        caller:Object *
        e:FormatNumberEventArgs -> unit

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: