TdxChartXYSeriesLineView.Appearance Property
Provides access to line appearance settings.
Declaration
property Appearance: TdxChartXYSeriesLineAppearance read; write;
Property Value
Type | Description |
---|---|
TdxChartXYSeriesLineAppearance | Stores line appearance settings for Line and Area series Views. |
Remarks
You can use the Appearance
.StrokeOptions property to change line width, color, and pattern.
Refer to the TdxChartXYSeriesLineAppearance class description for detailed information on all available options.
Individual Line Segment Customization
While the Appearance
property set defines line appearance for all points in the same series, you can handle the parent XY diagram‘s OnGetSeriesPointDrawParameters event to customize the appearance of individual line segments between series points based on certain conditions.
See Also