Back to Devexpress

TdxChartXYSeriesLineAppearance Class

vcl-dxchartxyserieslineview-16eb8892.md

latest2.8 KB
Original Source

TdxChartXYSeriesLineAppearance Class

Stores general line appearance settings for Line and Area series Views.

Declaration

delphi
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

StrokeOptionsProvides access to line style, width, and color settings.

General-Purpose API Members

AssignCopies general appearance settings between line series.BeginUpdate | EndUpdate | CancelUpdateAllow 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.AppearanceProvides access to the appearance settings of the line segment associated with the currently processed series point.TdxChartXYSeriesLineView.AppearanceProvides access to line appearance settings.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartSeriesViewAppearance TdxChartXYSeriesLineAppearance

See Also

TdxChartXYSeriesAreaAppearance Class

TdxChartXYSeriesLineAppearance Members

dxChartXYSeriesLineView Unit