TdxChartXYSeriesLineMarkers.Appearance Property
In This Article
Provides access to general appearance settings of value markers.
#Declaration
Delphi
property Appearance: TdxChartXYSeriesLineMarkerAppearance read; write;
#Property Value
Type | Description |
---|---|
Tdx |
Stores general appearance settings of value markers. |
#Remarks
Use Appearance
.FillOptions and Appearance
.BorderColor properties to change value marker fill settings and outline color.
Refer to the TdxChartXYSeriesLineMarkerAppearance class description for detailed information on all available options.
See Also