Skip to main content
All docs
V25.1
  • SankeyPaletteColorizer.LinkColor Property

    Gets or sets a color that is used to paint all links in the diagram.

    Namespace: DevExpress.XtraCharts.Sankey

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

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

    Property Value

    Type Description
    Color

    A link color.

    See Also