setSelectedSeriesStyle Method
Sets a com.scichart.charting.visuals.renderableSeries.IStyle for the selected com.scichart.charting.visuals.renderableSeries.IRenderableSeries.
Syntax
public void setSelectedSeriesStyle( IStyle selectedSeriesStyle ) |
Parameters
- selectedSeriesStyle
- The new com.scichart.charting.visuals.renderableSeries.IStyle for selected series.
See Also