Interface
ILabelCreator

Defines a type that provides information if Label should be created.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public interface ILabelCreator

Methods

ShouldCreateAxisLabel(object, object)

Decides whether the Label should be created or not.

Declaration

cs-api-definition
bool ShouldCreateAxisLabel(object owner, object labelContent)

Parameters

owner

object

The owner.

labelContent

object

The content to be formatted.

Returns

bool

If True is returned the Label should be created. If False is returned no Label should be created.