|
Brush
|
Represents property Brush.
|
|
DefaultStyle
|
Defines the default geometric shape of a point value. This style is the fallback style when the Style cannot be drawn, in other words, if the Style is ssImage and there is not an image available, the DefaultStyle is used instead. The shape is drawn as large as possible within the bounding rectangle (defined with Height and Width properties).
|
|
Height
|
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.
|
|
Owner
|
Represents property Owner.
|
|
Pen
|
Represents property Pen.
|
|
Style
|
Defines the geometric shape used for every point value in a point chart ( RSCharts.TRSCustomPointChart). In general, this Style defines the shape of every point in the point chart. However, if the Style is ssImage, in cases where there is no image, the DefaultStyle will be used instead. The shape is drawn as large as possible within the bounding rectangle (defined with Height and Width properties).
|
|
Width
|
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.
|