Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bUTLChartSeries Public Declarations #62

Open
RaymondWise opened this issue Nov 1, 2016 · 1 comment
Open

bUTLChartSeries Public Declarations #62

RaymondWise opened this issue Nov 1, 2016 · 1 comment

Comments

@RaymondWise
Copy link
Contributor

RaymondWise commented Nov 1, 2016

The third Public declaration in bUTLChartSeries is

Public name As Range

But I can't figure out what it is or where it's being used. I see a few .Parent.Name but I think those are valid properties? I don't want to break anything by altering something incorrectly.

I'm also confused about

Public series as series

Are these properties? Like Get and Let?

Actually I'm confused on all of them

Public Values As Range (default is variant)- https://msdn.microsoft.com/en-us/library/office/ff197014.aspx
Public XValues As Range (default is variant) - https://msdn.microsoft.com/en-us/library/office/ff821866.aspx
Public name As Range (default is string) - https://msdn.microsoft.com/en-us/library/office/ff821935.aspx
Public SeriesNumber As Long
Public ChartType As XlChartType - https://msdn.microsoft.com/en-us/library/office/ff821546.aspx
Public series As series

Private pName As String

The private can be renamed, but what about the others? ValuesRange? Or is it starting to get tricky if they are properties?

@RaymondWise RaymondWise changed the title bUTLChartSeries Public name bUTLChartSeries Public Declarations Nov 1, 2016
@byronwall
Copy link
Owner

Pretty sure these are public fields. I'll take a look and post a better response. If they are fields, it would probably be better to expose them as properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants