Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
set font to x sesries values
Susmitha
Hi,
How can I set font to X series values and Y series values. Here is my code. Please let me know how can I do it.
Series seCategory = SeriesImpl.create();
seCategory.setDataSet(categoryValues);
SeriesDefinition sdX = SeriesDefinitionImpl.create( );
sdX.getSeriesPalette( ).shift( 0 );
xAxisPrimary.getSeriesDefinitions().add(sdX);
sdX.getSeries( ).add( seCategory );
Thanks,
Susmitha.
Find more posts tagged with
Comments
There are no comments yet