Interface
IChartElementPresenter

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

IsVisible

Gets a value indicating whether this instance is visible.

Declaration

cs-api-definition
bool IsVisible { get; }

Property Value

bool

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.

Declaration

cs-api-definition
RadSize MeasureContent(ChartNode owner, object content)

Parameters

owner

ChartNode

content

object

Returns

RadSize

RefreshNode(ChartNode)

Invalidates the visual representation of the specified logical node.

Declaration

cs-api-definition
void RefreshNode(ChartNode node)

Parameters

node

ChartNode