A newer version of this page is available.
Switch to the current version.
Series.ToolTipImage Property
Specifies an image to be displayed in series tooltips.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[NonTestableProperty]
public ChartImage ToolTipImage { get; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Data)>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
<PersistenceMode(PersistenceMode.InnerProperty)>
<NonTestableProperty>
Public ReadOnly Property ToolTipImage As ChartImage
Property Value
Type | Description |
---|---|
ChartImage | A ChartImage object that contains an image to display in a tooltip. |
See Also
Feedback