Hide Comments
Hide Comments

Comments (0)

The Height and Width properties define the height and width of all points in a point chart ( RSCharts.TRSCustomPointChart). The value is in pixels. Use the Height and Width property to specify the point size in pixels for all points in a point chart.
 

Namespace: RSCharts

expandingSyntax

Delphi

protected
  property Width: TCanvasPixel read FWidth write SetWidth;
 

Property Value

Type: TCanvasPixel

expandingExamples

The following code initializes the point information for a point chart:

Delphi

begin
   RSPointChart1.PointsInfo.Width := 20;
   RSPointChart1.PointsInfo.Height := 20;
   RSPointChart1.PointsInfo.Style := ssImage;  // set the point shape to image (uses ImageIndex)
   RSPointChart1.PointsInfo.DefaultStyle := ssDiamond;  // if the ImageIndex is not found, use a diamond shape
 end;

expandingSee Also

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb