Chart.SeriesNameLevel 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.
Returns or sets an XlSeriesNameLevel constant that specifies the source level of the series names. Read-write.
public:
property Microsoft::Office::Interop::Word::XlSeriesNameLevel SeriesNameLevel { Microsoft::Office::Interop::Word::XlSeriesNameLevel get(); void set(Microsoft::Office::Interop::Word::XlSeriesNameLevel value); };
public Microsoft.Office.Interop.Word.XlSeriesNameLevel SeriesNameLevel { get; set; }
member this.SeriesNameLevel : Microsoft.Office.Interop.Word.XlSeriesNameLevel with get, set
Public Property SeriesNameLevel As XlSeriesNameLevel