Chart.Write(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renders the output of the Chart object as an image.
public System.Web.Helpers.Chart Write(string format = "jpeg");
member this.Write : string -> System.Web.Helpers.Chart
Public Function Write (Optional format As String = "jpeg") As Chart
Parameters
- format
- String
The format of the image. The default is "jpeg".
Returns
The chart.