default_width property

default_width property

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

Remarks

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

Definition:

@property
def default_width(self):
    ...

See Also