Series.ToolTipImage Property
Specifies an image to be displayed in series tooltips.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[NonTestableProperty]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ChartImage ToolTipImage { get; }
Property Value
Type | Description |
---|---|
ChartImage | A ChartImage object that contains an image to display in a tooltip. |
See Also