ComponentOne FlexChart for UWP
ImageFormat Enumeration

C1.UWP.FlexChart Assembly > C1.Xaml.Chart Namespace : ImageFormat Enumeration
Represents the format used to encode an image into a stream.
Syntax
'Declaration
 
Public Enum ImageFormat 
   Inherits System.Enum
public enum ImageFormat : System.Enum 
Members
MemberDescription
BmpBmp format.
JpegJpeg format.
PngPng format.
SvgSvg format.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Chart.ImageFormat

See Also

Reference

C1.Xaml.Chart Namespace