Skip to content

ExcelChartSeries type missing in VB.NET when Option Infer is Off #2513

Description

@swmal

Reported via email:

Issue

In EPPlus 8.7.0, VB.NET projects with Option Infer Off may fail to compile when working with chart series.

Dim seriesPred As ExcelChartSeries = chartObj.Series.Add(predYRange, xRange)

does not compile as ExcelChartSeries does not exist.

Dim seriesPred As ExcelChartSerie = chartObj.Series.Add(predYRange, xRange)

does compile, proving the naming problem.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions