PPCC Namespace
Specifies the image style used for drawing the image

Namespace:  PPCC.Chart
Assembly:  Chart (in Chart.dll)
Version: 5.1.2859.14274

Syntax

C#
public enum ImageStyle
Visual Basic (Declaration)
Public Enumeration ImageStyle
Visual C++
public enum class ImageStyle

Members

Member nameDescription
Stretched
The image is stretched to fit the area
Centered
The image is centered in the area and clipped if necessary

See Also