DefaultMaxSizePercent Constant
Specifies the default maximum legend pane size, as a percentage of the parent diagram or Chart control size.
Declaration
const DefaultMaxSizePercent = 100.0;
Remarks
The DefaultMaxSizePercent
typed constant defines the default value of MaxWidthPercent and MaxHeightPercent properties.
See Also