Back to Devexpress

Chart3DControl.CrosshairSeriesLabelForeground Property

wpf-devexpress-dot-xpf-dot-charts-dot-chart3dcontrol-09db5283.md

latest1.2 KB
Original Source

Chart3DControl.CrosshairSeriesLabelForeground Property

Gets or sets the brush describing the foreground color of the Crosshair Cursor 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 painting the series label foreground.

|

See Also

Chart3DControl Class

Chart3DControl Members

DevExpress.Xpf.Charts Namespace