Hi do you know if It is possible to combine my proc template and the macro ? proc template; define style myfont; parent=styles.default; style GraphFonts / 'GraphFootnoteFont' = ("Arial",10pt,bold) 'GraphTitleFont' = ("Arial",6pt,bold) 'GraphValueFont' = ("Arial",8pt) 'GraphAnnoFont' =("Arial", 10pt) 'GraphUnicodeFont'=("Arial", 10pt) 'GraphLabelFont'=("Arial", 10pt) 'GraphDataFont'=("Arial", 10pt); end; run; and %modstyle( parent=statistical, name=plotmod, type=CLM, colors=red blue, fillcolors=colors, markers=triangefilled circlefilled );
... View more