SeriesModel.ToolTipImage Property
Returns the model of the image displayed in the tooltip of the modeled series.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Data)]
public ChartImageModel ToolTipImage { get; }
Property Value
Type | Description |
---|---|
ChartImageModel | The tooltip image model. |
See Also