Aspose::Cells::Charts::ChartFrame::GetDefaultY method

ChartFrame::GetDefaultY method

Represents y of default position in units of 1/4000 of the chart area.

Deprecated

Use ChartFrame.DefaultYRatioToChart property, instead.

int32_t Aspose::Cells::Charts::ChartFrame::GetDefaultY()

Remarks

NOTE: This member is now obsolete. Please use ChartFrame.DefaultYRatioToChart property, instead. DefaultY = (int)(DefaultYRatioToChart * 4000); This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.

See Also