Skip to main content
All docs
V23.1

IdxChartVisualElementText Interface

Exposes a method that allows a visual Chart element to obtain the default font size.

Declaration

IdxChartVisualElementText = interface(IInterface)

Remarks

The IdxChartVisualElementText interface exposes the GetDefaultFontSize function that returns the default font size for Chart titles and labels.

Direct IdxChartVisualElementText Interface References

The TdxChartCustomVisualElement class implements the IdxChartVisualElementText interface.

Inheritance

IInterface
IdxChartVisualElementText
See Also