GraphInfo

Overview

GraphInfo is a class in Aspose.PDF FOSS for C++.

This class provides 25 methods for working with GraphInfo objects in C++ programs. Available methods include: Color, DashArray, DashPhase, FillColor, GraphInfo, IsDoubled, LineWidth, RotationAngle, ScalingRateX, ScalingRateY, SkewAngleX, SkewAngleY, and 2 additional methods. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
GraphInfo()Calls GraphInfo on this GraphInfo instance.
X()doubleCalls X on this GraphInfo instance.
Y()doubleCalls Y on this GraphInfo instance.
LineWidth()floatCalls LineWidth on this GraphInfo instance.
LineWidth(value: float)Calls LineWidth(value) on this GraphInfo instance.
Color()Aspose::Pdf::ColorCalls Color on this GraphInfo instance.
Color(value: Aspose::Pdf::Color)Calls Color(value) on this GraphInfo instance.
FillColor()Aspose::Pdf::ColorCalls FillColor on this GraphInfo instance.
FillColor(value: Aspose::Pdf::Color)Calls FillColor(value) on this GraphInfo instance.
DashArray()std::vector<int>Calls DashArray on this GraphInfo instance.
DashArray(value: std::vector<int>)Calls DashArray(value) on this GraphInfo instance.
DashPhase()intCalls DashPhase on this GraphInfo instance.
DashPhase(value: int)Calls DashPhase(value) on this GraphInfo instance.
IsDoubled()boolReturns true if doubled is set.
IsDoubled(value: bool)Calls IsDoubled(value) on this GraphInfo instance.
SkewAngleX()doubleCalls SkewAngleX on this GraphInfo instance.
SkewAngleX(value: double)Calls SkewAngleX(value) on this GraphInfo instance.
SkewAngleY()doubleCalls SkewAngleY on this GraphInfo instance.
SkewAngleY(value: double)Calls SkewAngleY(value) on this GraphInfo instance.
ScalingRateX()doubleCalls ScalingRateX on this GraphInfo instance.
ScalingRateX(value: double)Calls ScalingRateX(value) on this GraphInfo instance.
ScalingRateY()doubleCalls ScalingRateY on this GraphInfo instance.
ScalingRateY(value: double)Calls ScalingRateY(value) on this GraphInfo instance.
RotationAngle()doubleCalls RotationAngle on this GraphInfo instance.
RotationAngle(value: double)Calls RotationAngle(value) on this GraphInfo instance.

See Also