PPCC Namespace
Specifies the image style used for drawing the image
Namespace:
PPCC.ChartAssembly: 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 name | Description | |
|---|---|---|
| Stretched |
The image is stretched to fit the area
| |
| Centered |
The image is centered in the area and clipped if necessary
|