InterfaceIChartElementPresenter
Interface
Defines a type which may visualize a logical chart element.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public interface IChartElementPresenter
Properties
Methods
InvalidatePalette()
Forces re-evaluation of the palette of this instance.
Declaration
cs-api-definition
void InvalidatePalette()
MeasureContent(ChartNode, object)
Retrieves the desired size of the specified logical node's content.
RefreshNode(ChartNode)
Invalidates the visual representation of the specified logical node.