cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Discovery is online this week, April 16 and 18. Join us for these exciting interactive sessions.
Choose Language Hide Translation Bar
Yu
Yu
Level II

how to change the type and color of lines in graph

I am trying to show line of fit in graph builder for several sets of data. 

The data table have many columns, I want to show the column(i) vs column(1).

Every column can  be grouped by A1 & a, also can  be grouped by B1 & b, but except column(1).

 

The follow is the chart about column(2) vs column(1):yu.png

 

 

I use the follow script to change the type of lines:

Dispatch(
{},
"400",
ScaleBox,
{Legend Model(
8,
Properties( 2, {Line Color( -14948892 ), Line Style( "Dotted" )} ),
Properties( 3, {Line Color( -3636920 ), Line Style( "Dotted" )} )
)}
)

If the date column can  be grouped by A1 & a, also can  be grouped by B1 , b & bb, but except column(1).

Is there any way to draw the same graph without setting a particular line like :

Properties( 2, {Line Color( -14948892 ), Line Style( "Dotted" )} )

 

0 REPLIES 0