ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart Class / ImageType Property

In This Topic
    ImageType Property
    In This Topic
    Gets or sets the type of image generated by the chart.
    Syntax
    'Declaration
     
    Public Property ImageType As Chart.ImageTypeEnum
    public Chart.ImageTypeEnum ImageType {get; set;}
    Remarks
    Because of GDI+ limitation, this conversion does not support transparency.
    See Also