InterfaceIChartElementPresenter
Interface
Defines a type which may visualize a logical chart element.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.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.
MeasureVisual(ChartNode, RadSize)
Retrieves the desired size of the specified visual element to be used in model calculations.
RefreshNode(ChartNode)
Invalidates the visual representation of the specified logical node.