ChartPart.ChartStyleParts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ChartStyleParts of the ChartPart
public System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.Packaging.ChartStylePart> ChartStyleParts { get; }
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
public System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.Packaging.ChartStylePart> ChartStyleParts { get; }
member this.ChartStyleParts : seq<DocumentFormat.OpenXml.Packaging.ChartStylePart>
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
member this.ChartStyleParts : seq<DocumentFormat.OpenXml.Packaging.ChartStylePart>
Public ReadOnly Property ChartStyleParts As IEnumerable(Of ChartStylePart)
Property Value
- Attributes