Back to Devexpress

ChartTextElement Class

wpf-devexpress-dot-xpf-dot-charts-6183b7f7.md

latest2.0 KB
Original Source

ChartTextElement Class

Represents a base class for text element objects within a chart control (various titles and labels).

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class ChartTextElement :
    ChartElement,
    ISupportFlowDirection,
    IBindingPropertiesSource
vb
Public MustInherit Class ChartTextElement
    Inherits ChartElement
    Implements ISupportFlowDirection,
               IBindingPropertiesSource

Inheritance

Show 15 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement ChartTextElement AxisLabel

HeatmapLabel

IndicatorLabel

SeriesLabel

StackedBarTotalLabel

See Also

ChartTextElement Members

DevExpress.Xpf.Charts Namespace