Interface
IChartElementPresenter

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

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

MeasureVisual(ChartNode, RadSize)

Retrieves the desired size of the specified visual element to be used in model calculations.

Declaration

cs-api-definition
RadSize MeasureVisual(ChartNode visualModel, RadSize availableSize)

Parameters

visualModel

ChartNode

The visual model.

availableSize

RadSize

The available size.

Returns

RadSize

RefreshNode(ChartNode)

Invalidates the visual representation of the specified logical node.

Declaration

cs-api-definition
void RefreshNode(ChartNode node)

Parameters

node

ChartNode