Skip to content

LiveChart.YAxisName property

Defined in

Type: LiveChart Namespace: CrissCross.WPF.Plot Assembly: CrissCross.WPF.Plot.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public (IList<string> yNames, IList<string> hexColors) YAxisName { get; set; }

View source

Summary: Gets or sets the collection of Y-axis names and their associated colors for the chart.

Returns: (IList yNames, IList hexColors)

Remarks

The Y-axis names are provided as a list of strings, and each name can be associated with a color specified in hexadecimal format. The order of names and colors in the lists should correspond. If the number of colors is less than the number of names, default colors may be used for remaining axes.