TdxChartXYSeriesLineAppearance Class
Declaration
TdxChartXYSeriesLineAppearance = class(
TdxChartSeriesViewAppearance
)
Remarks
Use line appearance settings to change line width, stroke style, and color.
Main API Members
The list below outlines key members of the TdxChartXYSeriesLineAppearance
class. These members allow you to customize the appearance of an XY series that uses any Line View.
Appearance Settings
- StrokeOptions
- Provides access to line style, width, and color settings.
General-Purpose API Members
- Assign
- Copies general appearance settings between line series.
- BeginUpdate | EndUpdate | CancelUpdate
- Allow you to avoid excessive redraw operations during batch appearance setting changes.
Direct TdxChartXYSeriesLineAppearance Class References
The following public API members reference a TdxChartXYSeriesLineAppearance
object:
- TdxChartLineSeriesPointDrawParameters.Appearance
- Provides access to the appearance settings of the line segment associated with the currently processed series point.
- TdxChartXYSeriesLineView.Appearance
- Provides access to line appearance settings.
Inheritance
See Also