Series.ToolTipHintDataMember Property
In This Article
Gets or sets the data member used for the tooltip's hint.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[XtraSerializableProperty]
[NonTestableProperty]
public string ToolTipHintDataMember { get; set; }
#Property Value
Type | Description |
---|---|
String | A string value that specifies the hint data member. |
#Implements
DevExpress.Charts.Native.ISeries.ToolTipHintDataMember
See Also