Clase SeriesLines - líneas de las series (Word VBA)

La clase SeriesLines representa las líneas de las series de un grupo de gráficos. Para usar una variable de clase SeriesLines, primero debe ser instanciado, por ejemplo


Dim sls as SeriesLines
Set sls = ActiveDocument.Background.Chart.ChartGroups(1).SeriesLines

Border

Devuelve el borde del objeto.


Dim cbrBorder As ChartBorder
Set cbrBorder = ActiveDocument.Background.Chart.ChartGroups(1).SeriesLines.Border

Delete

Elimina el objeto.


ActiveDocument.Background.Chart.ChartGroups(1).SeriesLines.Delete

Format

Devuelve la línea, relleno y efecto de formato para el objeto.


Dim cftFormatted As ChartFormat
Set cftFormatted = ActiveDocument.Background.Chart.ChartGroups(1).SeriesLines.Format

GetProperty

GetProperty (ID)

Name

Devuelve el nombre del objeto.


Dim strName As String
strName = ActiveDocument.Background.Chart.ChartGroups(1).SeriesLines.Name

Select

Selecciona el objeto.


ActiveDocument.Background.Chart.ChartGroups(1).SeriesLines.Select

SetProperty

SetProperty (ID, Value)


Dim strID As String: strID =  
ActiveDocument.Background.Chart.ChartGroups(1).SeriesLines.SetProperty ID:=strID, Value:=

Arguments

Estos son los argumentos con nombre :

ID - String

Value