Skip to content

XYSeriesConfigBuilder🔗

Constructor🔗

new XYSeriesConfigBuilder()

Methods🔗

build🔗

Builds the object.

build()

color🔗

color(color: {
    matcher: xychart.MatcherConfig;
})

frame🔗

frame(frame: {
    matcher: xychart.MatcherConfig;
})

name🔗

name(name: {
    fixed?: string;
})

size🔗

size(size: {
    matcher: xychart.MatcherConfig;
})

x🔗

x(x: {
    matcher: xychart.MatcherConfig;
})

y🔗

y(y: {
    matcher: xychart.MatcherConfig;
})

See also🔗