v4.0
Returns or sets a Long value representing the minimum width,
in pixels, to use when drawing a label. A label will get split into multiple
lines when there is not enough space on a single line.
This property should always be used in conjunction with
PPGItem.LabelPercentage.
// get accessor Int32 rtn = PPGItem.LabelMinPixels; // set accessor PPGItem.LabelMinPixels = Int32; |