public void Copy(SerieTheme theme) { m_LineWidth = theme.lineWidth; m_LineSymbolSize = theme.lineSymbolSize; m_LineSymbolSelectedSize = theme.lineSymbolSelectedSize; m_ScatterSymbolSize = theme.scatterSymbolSize; m_ScatterSymbolSelectedSize = theme.scatterSymbolSelectedSize; m_PieTooltipExtraRadius = theme.pieTooltipExtraRadius; m_PieSelectedOffset = theme.pieSelectedOffset; }
public void Copy(SerieTheme theme) { m_LineWidth = theme.lineWidth; m_LineSymbolSize = theme.lineSymbolSize; m_LineSymbolSelectedSize = theme.lineSymbolSelectedSize; m_ScatterSymbolSize = theme.scatterSymbolSize; m_ScatterSymbolSelectedSize = theme.scatterSymbolSelectedSize; m_PieTooltipExtraRadius = theme.pieTooltipExtraRadius; m_PieSelectedOffset = theme.pieSelectedOffset; m_CandlestickColor = theme.candlestickColor; m_CandlestickColor0 = theme.candlestickColor0; m_CandlestickBorderColor = theme.candlestickBorderColor; m_CandlestickBorderColor0 = theme.candlestickBorderColor0; m_CandlestickBorderWidth = theme.candlestickBorderWidth; }