MindFusion.Charting Programmer's Guide

Chart.ImageFormat Property

See Also
 





Gets or sets the format of the generated chart image.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public string ImageFormat { get; }

Visual Basic  Copy Code

Public ReadOnly Property ImageFormat As String

 Property Value

A MIME type string that specifies the format of the rendered image.

 See Also