Back to Devexpress

XYDiagram2D.CrosshairSeriesLabelForeground Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2d-8686700e.md

latest1.2 KB
Original Source

XYDiagram2D.CrosshairSeriesLabelForeground Property

Get or sets the foreground of the Crosshair series label.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public Brush CrosshairSeriesLabelForeground { get; set; }
vb
<Browsable(False)>
Public Property CrosshairSeriesLabelForeground As Brush

Property Value

TypeDescription
Brush

The brush that paints the foreground of the Crosshair label.

|

Remarks

This property is for the control theming support. Normally, you should not use this property.

See Also

XYDiagram2D Class

XYDiagram2D Members

DevExpress.Xpf.Charts Namespace