C# 클래스 PdfReportSamples.ChartImage.MSChartHelper

파일 보기 프로젝트 열기: VahidN/PdfReport 1 사용 예제들

공개 메소드들

메소드 설명
AddChartToPage ( Document pdfDoc, int scalePercent = 100, float spacingBefore = 50, float spacingAfter = 10, float widthPercentage = 80 ) : void
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

비공개 메소드들

메소드 설명
setBorder ( ) : void
setChartAreas ( ) : void
setLegends ( ) : void
setSeries ( ) : void
setTitles ( ) : void

메소드 상세

AddChartToPage() 공개 메소드

public AddChartToPage ( Document pdfDoc, int scalePercent = 100, float spacingBefore = 50, float spacingAfter = 10, float widthPercentage = 80 ) : void
pdfDoc iTextSharp.text.Document
scalePercent int
spacingBefore float
spacingAfter float
widthPercentage float
리턴 void

AddXY() 공개 메소드

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
public AddXY ( object xValue ) : void
xValue object
리턴 void

ChartInit() 공개 메소드

public ChartInit ( int width, int height ) : void
width int
height int
리턴 void

FreeResources() 공개 메소드

public FreeResources ( ) : void
리턴 void