This is a migrated thread and some comments may be shown as answers.

[Solved] Fonts in most places of a Chart

0 Answers 44 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mel
Top achievements
Rank 2
Mel asked on 08 Nov 2011, 04:46 AM
The following places I have founf fonts settings.  Please ighlight yellow text: I could not get it to change to blackon white, sorry.

 

.ValueAxis ( axis => axis.Numeric ( ).Labels ( l => l.Font ( "8px Verdana" ) ) )
.CategoryAxis ( axis => axis.Labels ( l => l.Font ( " 8px Verdana" ) ) )
.Title ( t => t.Font ( "11px Verdana" ) )
.Legend ( legend => legend.Position ( ChartLegendPosition.Top ) )
.Legend ( legend => legend.Font ( "8px Verdana" ) )
.SeriesDefaults ( series =>
{
series.Line ( )
.Stack ( false )
.Labels ( labels => labels.Font( "8px, Verdana")).Labels(true)
.Markers ( markers => markers.Type ( ChartMarkerShape.Circle ).Size ( 3 ) );
} )
} )

Tags
Chart
Asked by
Mel
Top achievements
Rank 2
Share this question
or