Method | Description | |
---|---|---|
AddChartToPage ( |
||
AddXY ( object xValue ) : void |
Do not pass an object to the AddXY method here. Extract its X and Y values and cast them to one of the following types directly, before using them: Double, Decimal, Single, int, long, uint, ulong, String, DateTime, short, ushort
|
|
ChartInit ( int width, int height ) : void | ||
FreeResources ( ) : void |
Method | Description | |
---|---|---|
setBorder ( ) : void | ||
setChartAreas ( ) : void | ||
setLegends ( ) : void | ||
setSeries ( ) : void | ||
setTitles ( ) : void |
public AddChartToPage ( |
||
pdfDoc | ||
scalePercent | int | |
spacingBefore | float | |
spacingAfter | float | |
widthPercentage | float | |
return | void |
public ChartInit ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |