toChart method

  1. @override
PdfPoint toChart(
  1. PdfPoint p
)
override

Implementation

@override
PdfPoint toChart(PdfPoint p) {
  return p;
}