Skip to main content
All docs
V25.1
  • SankeyTextElement.TextColor Property

    Gets or sets the text color for the element.

    Namespace: DevExpress.XtraCharts.Sankey

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    [XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
    public Color TextColor { get; set; }

    Property Value

    Type Description
    Color

    A color that is used to display text.

    See Also