MinPointHeight Property (ChartSeriesCustomProperties.PyramidProps)
In This Topic
Gets or sets the minimum height of data points, in relative coordinates. This attribute can be used to make very small pyramid segments visible. Default: 0.
Syntax
'Declaration
Public Property MinPointHeight As RdlInt
public RdlInt MinPointHeight {get; set;}
See Also