PPGItem.LabelMinPixels
 
 
 

PPGItem.LabelMinPixels operator

Introduced

v4.0

Description

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.

C# Syntax

// get accessor
Int32 rtn = PPGItem.LabelMinPixels;
// set accessor
PPGItem.LabelMinPixels = Int32;

See Also

PPGItem.LabelPercentage PPGItem.GetAttribute