C# Класс PdfReportSamples.ChartImage.MSChartHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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