royeral
02-16-2009, 12:45 PM
I have set this style for a graph:
SRGraphStyle* pStyle = m_graph.GetSafeData(0, 0)->GetStyle();
pStyle->SetFrameWidth(3);
pStyle->SetFrameStyle(CX_FRAME_COLOR);
pStyle->SetFrameColor(RGB(74, 126, 187));
But is it possible to have the line to be draw with antialias ?
Thanks.
SRGraphStyle* pStyle = m_graph.GetSafeData(0, 0)->GetStyle();
pStyle->SetFrameWidth(3);
pStyle->SetFrameStyle(CX_FRAME_COLOR);
pStyle->SetFrameColor(RGB(74, 126, 187));
But is it possible to have the line to be draw with antialias ?
Thanks.