Interface IChartElementPresenter
Defines a type which may visualize a logical chart element.
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public interface IChartElementPresenter
Properties
IsVisible
Gets a value indicating whether this instance is visible.
Declaration
bool IsVisible { get; }
Property Value
System.
|
Methods
InvalidatePalette()
Forces re-evaluation of the palette of this instance.
Declaration
void InvalidatePalette()
MeasureContent(ChartNode, Object)
Retrieves the desired size of the specified logical node's content.
Declaration
RadSize MeasureContent(ChartNode owner, object content)
Parameters
Chart
|
System.
|
Returns
RefreshNode(ChartNode)
Invalidates the visual representation of the specified logical node.
Declaration
void RefreshNode(ChartNode node)
Parameters
Chart
|